Manually install luacheck for CI

main
Ensar Sarajčić 2022-04-29 10:25:59 +02:00
parent bfcf6d2db0
commit 9d3a6d6bad
1 changed files with 5 additions and 7 deletions

View File

@ -49,8 +49,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enter nvim config home
run: cd symlinks/config/nvim
- name: Run stylua
uses: JohnnyMorganz/stylua-action@1.0.0
with:
@ -60,9 +58,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enter nvim config home
run: cd symlinks/config/nvim
- name: Install luacheck
run: sudo apt-get install -y lua-check
- name: Run luacheck
uses: lunarmodules/luacheck@v0.26.0
with:
args: symlinks/config/nvim
run: |
cd symlinks/config/nvim
luacheck .