diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-07 17:57:18 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-16 18:52:43 +0100 |
| commit | c573cdd0a96fcc4c5b0ef2e1a382fa08ddc696fb (patch) | |
| tree | 553fd44fc93ba4f664ea012cb31f450b21066016 /.github | |
| parent | 4395783990e0533087a6833b7f4e79009265f87a (diff) | |
Add CI hack
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/check_query_files.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/check_query_files.yml b/.github/workflows/check_query_files.yml index 468ec81d..45019dab 100644 --- a/.github/workflows/check_query_files.yml +++ b/.github/workflows/check_query_files.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: luacheck: name: Check Query Files - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -13,12 +13,6 @@ jobs: run: | sudo apt-get update sudo add-apt-repository universe - sudo apt-get install -y npm - mkdir ~/.npm-global - npm config set prefix '~/.npm-global' - export PATH=~/.npm-global/bin:$PATH - npm i -g tree-sitter - sudo cp ~/.npm-global/bin/tree-sitter /usr/bin/ wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage chmod u+x nvim.appimage mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start |
