Skip to content

Merge pull request #1 from CzapoX/patch-1 #21

Merge pull request #1 from CzapoX/patch-1

Merge pull request #1 from CzapoX/patch-1 #21

Workflow file for this run

on:
pull_request:
workflow_dispatch:
push:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- run: make lint