aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorStephan Seitz <stephan.seitz@fau.de>2020-08-21 18:12:48 +0200
committerStephan Seitz <stephan.seitz@fau.de>2020-08-21 18:52:18 +0200
commit81182975ee2dbb747470b2ba25c5799b3f5fea2e (patch)
treeb43c5652f226b75385c1d6b36de7573262266175 /.github/workflows
parentPython highlights: add additional operators (diff)
downloadnvim-treesitter-81182975ee2dbb747470b2ba25c5799b3f5fea2e.tar
nvim-treesitter-81182975ee2dbb747470b2ba25c5799b3f5fea2e.tar.gz
nvim-treesitter-81182975ee2dbb747470b2ba25c5799b3f5fea2e.tar.bz2
nvim-treesitter-81182975ee2dbb747470b2ba25c5799b3f5fea2e.tar.lz
nvim-treesitter-81182975ee2dbb747470b2ba25c5799b3f5fea2e.tar.xz
nvim-treesitter-81182975ee2dbb747470b2ba25c5799b3f5fea2e.tar.zst
nvim-treesitter-81182975ee2dbb747470b2ba25c5799b3f5fea2e.zip
fix(CI): Run style check as sudo
Diffstat (limited to '.github/workflows')
-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 41ee77272..6d3d3fec4 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -17,4 +17,4 @@ jobs:
sudo luarocks install luacheck
- name: Run Luacheck
- run: ./scripts/style-check.sh
+ run: sudo ./scripts/style-check.sh