aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Sojka <steelsojka@users.noreply.github.com>2020-08-21 12:22:32 -0500
committerGitHub <noreply@github.com>2020-08-21 12:22:32 -0500
commitf3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd (patch)
treeb43c5652f226b75385c1d6b36de7573262266175
parentPython highlights: add additional operators (diff)
parentfix(CI): Run style check as sudo (diff)
downloadnvim-treesitter-f3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd.tar
nvim-treesitter-f3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd.tar.gz
nvim-treesitter-f3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd.tar.bz2
nvim-treesitter-f3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd.tar.lz
nvim-treesitter-f3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd.tar.xz
nvim-treesitter-f3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd.tar.zst
nvim-treesitter-f3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd.zip
Merge pull request #331 from theHamsta/sudo-style-check
Run style check as sudo
-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