mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
ci: don't skip swift anymore
I think this was a nvim 0.6 issue
This commit is contained in:
parent
5633f897a7
commit
901b31f66c
2 changed files with 22 additions and 28 deletions
2
.github/workflows/test-queries.yml
vendored
2
.github/workflows/test-queries.yml
vendored
|
|
@ -87,6 +87,4 @@ jobs:
|
|||
run: echo "SKIP_SWIFT_CHECK=TRUE" >> $GITHUB_ENV
|
||||
|
||||
- name: Check query files
|
||||
env:
|
||||
SKIP_SWIFT_CHECK: ${{ env.SKIP_SWIFT_CHECK }}
|
||||
run: $NVIM --headless -c "luafile ./scripts/check-queries.lua" -c "q"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue