diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-05 22:21:19 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-01-05 22:40:23 +0100 |
| commit | b96f70905b15f374669762d6a66fd6f1b388f49f (patch) | |
| tree | da71fc425ce5b69b0354486af753d690fc192975 /.github | |
| parent | 0a7b098b8e973fb62a6dee1ea005ca74c0b04bb4 (diff) | |
fix(haskell): Haskell switched to C scanner
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" |
