Skip to content

Commit

Permalink
Merge pull request #86 from rubiin/main
Browse files Browse the repository at this point in the history
feat(ci): add prettier check on ci
  • Loading branch information
aj3sh authored May 7, 2024
2 parents bf06f43 + a728ed4 commit 314e898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Build
run: npm run build

- name: Prettier check files
run: npm run lint

- name: Run tests and generate coverage
run: npm run coverage

Expand Down

0 comments on commit 314e898

Please sign in to comment.