aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2022-01-05 22:21:19 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-05 22:40:23 +0100
commitb96f70905b15f374669762d6a66fd6f1b388f49f (patch)
treeda71fc425ce5b69b0354486af753d690fc192975 /.github/workflows
parentUpdate lockfile.json (diff)
downloadnvim-treesitter-b96f70905b15f374669762d6a66fd6f1b388f49f.tar
nvim-treesitter-b96f70905b15f374669762d6a66fd6f1b388f49f.tar.gz
nvim-treesitter-b96f70905b15f374669762d6a66fd6f1b388f49f.tar.bz2
nvim-treesitter-b96f70905b15f374669762d6a66fd6f1b388f49f.tar.lz
nvim-treesitter-b96f70905b15f374669762d6a66fd6f1b388f49f.tar.xz
nvim-treesitter-b96f70905b15f374669762d6a66fd6f1b388f49f.tar.zst
nvim-treesitter-b96f70905b15f374669762d6a66fd6f1b388f49f.zip
fix(haskell): Haskell switched to C scanner
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index e4a448226..0608d5c2d 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -66,12 +66,8 @@ jobs:
- name: Check query files (Unix)
if: matrix.os != 'windows-2022'
- env:
- ALLOWED_INSTALLATION_FAILURES: haskell
run: nvim --headless -c "luafile ./scripts/check-queries.lua" -c "q"
- name: Check query files (Windows)
if: matrix.os == 'windows-2022'
- env:
- ALLOWED_INSTALLATION_FAILURES: haskell
run: Neovim\\bin\\nvim.exe --headless -c "luafile ./scripts/check-queries.lua" -c "q"