Skip to content

Commit

Permalink
[web] Update CI workflow for running linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Jan 26, 2023
1 parent e5fcdde commit cf31c19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ jobs:
- name: Check types
run: npm run check-types

- name: Run ESLint
run: npm run eslint

- name: Run Stylelint
run: npm run stylelint

- name: Run the tests and generate coverage report
run: npm test -- --coverage

Expand Down

0 comments on commit cf31c19

Please sign in to comment.