aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDundar Göc <gocdundar@gmail.com>2022-02-06 13:42:32 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-02-06 13:58:41 +0100
commitd7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8 (patch)
tree1973acb9734397076af4be0f70c402b4abfffcd8 /.github
parentci: remove unnecessary apt calls (diff)
downloadnvim-treesitter-d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8.tar
nvim-treesitter-d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8.tar.gz
nvim-treesitter-d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8.tar.bz2
nvim-treesitter-d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8.tar.lz
nvim-treesitter-d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8.tar.xz
nvim-treesitter-d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8.tar.zst
nvim-treesitter-d7eab3a5a9ddcbd6d2719ca065601c8a0f4f11c8.zip
ci: use apt-get instead of apt to avoid warnings from apt
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 2c7d3ab92..9b75ab6b0 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
- name: Prepare
run: |
sudo apt-get update
- sudo apt install luarocks -y
+ sudo apt-get install luarocks -y
sudo luarocks install luacheck
- name: Run Luacheck