diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check-query-files-and-compilation.yml | 4 |
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 e4a44822..0608d5c2 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" |
