aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test-queries.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml
index ed136a1cf..18620f102 100644
--- a/.github/workflows/test-queries.yml
+++ b/.github/workflows/test-queries.yml
@@ -81,10 +81,5 @@ jobs:
if: matrix.os == 'windows-2022'
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
run: $NVIM --headless -c "luafile ./scripts/check-queries.lua" -c "q"