mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
parent
394e7f8048
commit
02818f8a4c
1 changed files with 0 additions and 5 deletions
5
.github/workflows/test-queries.yml
vendored
5
.github/workflows/test-queries.yml
vendored
|
|
@ -81,10 +81,5 @@ jobs:
|
||||||
if: matrix.os == 'windows-2022'
|
if: matrix.os == 'windows-2022'
|
||||||
run: cp -r ~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/* parser
|
run: cp -r ~/AppData/Local/nvim/pack/nvim-treesitter/start/nvim-treesitter/parser/* parser
|
||||||
|
|
||||||
# NOTE: this is a temporary workaround to skip swift tests on ubuntu
|
|
||||||
# stable and should be removed once neovim 0.7 is released.
|
|
||||||
- if: matrix.os == 'ubuntu-latest' && matrix.nvim_tag == 'stable'
|
|
||||||
run: echo "SKIP_SWIFT_CHECK=TRUE" >> $GITHUB_ENV
|
|
||||||
|
|
||||||
- name: Check query files
|
- name: Check query files
|
||||||
run: $NVIM --headless -c "luafile ./scripts/check-queries.lua" -c "q"
|
run: $NVIM --headless -c "luafile ./scripts/check-queries.lua" -c "q"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue