Skip to content

Merge pull request #109 from Markus-Rost/patch-4 #88

Merge pull request #109 from Markus-Rost/patch-4

Merge pull request #109 from Markus-Rost/patch-4 #88

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