Skip to content

Commit

Permalink
Add CI check to enforce code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hrajchert committed Dec 19, 2023
1 parent 63a3c2c commit 5c7b4b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ jobs:
- name: 🏥 Check docs generation
run: |
nix develop --show-trace --command bash -c "npm run docs"
- name: 📝 Check formatting
run: |
nix develop --show-trace --command bash -c "treefmt --fail-on-change"

0 comments on commit 5c7b4b2

Please sign in to comment.