Skip to content

Commit add8bb9

Browse files
committed
Added linting to workflow
1 parent c02e865 commit add8bb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- v0.10.0
2020
include:
2121
- os: ubuntu-latest
22-
install-rg: sudo apt-get update && sudo apt-get install -y ripgrep lua5.3 lua5.3-dev luarocks
22+
install-rg: sudo apt-get update && sudo apt-get install -y ripgrep luarocks
2323
- os: macos-latest
24-
install-rg: brew update && brew install ripgrep lua@5.3 luarocks
24+
install-rg: brew update && brew install ripgrep luarocks
2525
- os: windows-latest
26-
install-rg: choco install ripgrep lua53 luarocks
26+
install-rg: choco install ripgrep luarocks
2727
steps:
2828
- uses: actions/checkout@v4
2929
- uses: rhysd/action-setup-vim@v1
@@ -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 --local luacheck
38+
sudo luarocks install luacheck --local luacheck
3939
- name: Run tests
4040
run: |
4141
nvim --version

0 commit comments

Comments
 (0)