Skip to content

Commit e71aa15

Browse files
committed
Added linting to workflow
1 parent dd509a9 commit e71aa15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
${{ matrix.install-rg }}
3636
rg --version
3737
git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ../plenary.nvim
38-
luarocks install luacheck
38+
luarocks install luacheck --local luacheck
3939
- name: Run tests
4040
run: |
4141
nvim --version

0 commit comments

Comments
 (0)