aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-04-16 10:25:57 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-04-16 10:36:52 +0200
commit02818f8a4c5c9da22507a49def6f0441808ad9a5 (patch)
tree0b15631fa016feda7846d2c6a339157aff4a079d /.github/workflows
parenthighlights(julia): Update literals (diff)
downloadnvim-treesitter-02818f8a4c5c9da22507a49def6f0441808ad9a5.tar
nvim-treesitter-02818f8a4c5c9da22507a49def6f0441808ad9a5.tar.gz
nvim-treesitter-02818f8a4c5c9da22507a49def6f0441808ad9a5.tar.bz2
nvim-treesitter-02818f8a4c5c9da22507a49def6f0441808ad9a5.tar.lz
nvim-treesitter-02818f8a4c5c9da22507a49def6f0441808ad9a5.tar.xz
nvim-treesitter-02818f8a4c5c9da22507a49def6f0441808ad9a5.tar.zst
nvim-treesitter-02818f8a4c5c9da22507a49def6f0441808ad9a5.zip
ci: remove all swift skips
followup to #2796
Diffstat (limited to '.github/workflows')
-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"