Skip to content

Commit

Permalink
Update CI workflow to include linting step.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidAnson committed Nov 16, 2021
1 parent e2cd2c9 commit 27d5e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
- name: Install packages
run: npm ci

- name: Run tests
run: npm test
- name: Lint and run tests
run: npm run precommit

0 comments on commit 27d5e70

Please sign in to comment.