Skip to content

Commit

Permalink
ci: check tests are formatted
Browse files Browse the repository at this point in the history
Co-authored-by: Guilherme Soares <[email protected]>
  • Loading branch information
qvalentin and guilhas07 committed Jan 15, 2025
1 parent 2495e0c commit 2895b75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: check for uncommited changes
run: git diff --exit-code
- run: npm test
- name: check test file formatting
run: npx tree-sitter test -u && git diff --exit-code
prettier:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2895b75

Please sign in to comment.