Skip to content

Commit

Permalink
Add linting check in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbarthelet committed Jun 9, 2021
1 parent 9460acd commit 8d35443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ jobs:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
- run: npm ci
- run: npm run lint
- run: npm test

0 comments on commit 8d35443

Please sign in to comment.