Skip to content

Commit

Permalink
update: add linting step to unit testing workflow
Browse files Browse the repository at this point in the history
Tsuzat committed Jan 11, 2025
1 parent b6b3398 commit f873c0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-testing.yml
Original file line number Diff line number Diff line change
@@ -51,3 +51,6 @@ jobs:
path: |
vitest.results.json
coverage/
- name: Run lint
run: pnpm lint

0 comments on commit f873c0d

Please sign in to comment.