Skip to content

Commit

Permalink
Explicitly call 'npm run lint' in CI test pipeline
Browse files Browse the repository at this point in the history
This starts the linting process (npm run lint)
explicitly in the CI test pipeline because the
implicit call in the npm run test command does not
break the pipeline, even if there are linting
errors.
  • Loading branch information
chrismayer committed Apr 12, 2024
1 parent ce85d61 commit f7a4991
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 f7a4991

Please sign in to comment.