mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(CI): Run style check as sudo
This commit is contained in:
parent
5c0ca925af
commit
81182975ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -17,4 +17,4 @@ jobs:
|
|||
sudo luarocks install luacheck
|
||||
|
||||
- name: Run Luacheck
|
||||
run: ./scripts/style-check.sh
|
||||
run: sudo ./scripts/style-check.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue