ci: add linting step for web-tree-sitter

This commit is contained in:
Amaan Qureshi 2025-01-16 01:24:31 -05:00
parent 169d7ad57f
commit 11410b5a8e
2 changed files with 7 additions and 1 deletions

View file

@ -40,7 +40,9 @@ jobs:
components: clippy, rustfmt
- name: Lint files
run: make lint
run: |
make lint
make lint-web
sanitize:
uses: ./.github/workflows/sanitize.yml