mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
ci: add linting step for web-tree-sitter
This commit is contained in:
parent
169d7ad57f
commit
11410b5a8e
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue