Skip to content

Commit

Permalink
ci: add linting and formating stages for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
harryle95 committed May 12, 2024
1 parent c909d69 commit 1975602
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
cache: "npm"
- name: install dependencies
run: npm ci
- name: run linting
run: npm run lint
- name: run formating
run: npm run format
- name: run unit tests
run: npm test
- name: "Report Coverage"
Expand Down

0 comments on commit 1975602

Please sign in to comment.