Skip to content

Commit

Permalink
ci: add test.format to the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 26, 2022
1 parent 3206c33 commit 83f7d50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
pnpm install
pnpm run build
- name: Format ✨
run: pnpm test.format

- name: Lint ✨
run: pnpm test.lint

Expand Down

0 comments on commit 83f7d50

Please sign in to comment.