Skip to content

Commit

Permalink
chore: check formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed May 9, 2024
1 parent f6cba17 commit c057b27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Install dependencies
run: pnpm i

- name: Check formatting
run: pnpm test:format

- name: Build packages
run: pnpm build

Expand Down

0 comments on commit c057b27

Please sign in to comment.