mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 21:30:06 -04:00
ci: only run query checks if lints succeed
This commit is contained in:
parent
7b8e15d998
commit
66cd1f497c
3 changed files with 5 additions and 5 deletions
3
.github/workflows/test-core.yml
vendored
3
.github/workflows/test-core.yml
vendored
|
|
@ -47,6 +47,9 @@ jobs:
|
|||
'./lua/nvim-treesitter/install.lua',
|
||||
'./lua/nvim-treesitter/parsers.lua') }}
|
||||
|
||||
- name: Lint queries
|
||||
run: make lintquery
|
||||
|
||||
- if: inputs.type == 'build'
|
||||
name: Compile parsers
|
||||
run: $NVIM -l ./scripts/install-parsers.lua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue