Skip to content

Commit

Permalink
Merge pull request #375 from chrismayer/expl-lint-on-ci
Browse files Browse the repository at this point in the history
Explicitly call 'npm run lint' in CI test pipeline
  • Loading branch information
chrismayer authored Apr 15, 2024
2 parents b2c95da + 4fb9e93 commit 8cb3059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:

- run: npm ci
- run: npm run init:app
- run: npm run lint
- run: npm run test

0 comments on commit 8cb3059

Please sign in to comment.