Skip to content

Commit

Permalink
add formatting to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Feb 2, 2025
1 parent c19c712 commit 0fc6bd5
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 @@ -25,6 +25,9 @@ jobs:
- name: Lint
run: |
yarn lint
- name: Check Formatting
run: |
yarn run format:check
- name: Test
run: |
yarn test
Expand Down

0 comments on commit 0fc6bd5

Please sign in to comment.