Skip to content

Merge pull request #107 from Markus-Rost/patch-2 #82

Merge pull request #107 from Markus-Rost/patch-2

Merge pull request #107 from Markus-Rost/patch-2 #82

Workflow file for this run

name: Run ESLint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
name: Run ESlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run lint