Manually install luacheck for CI
parent
bfcf6d2db0
commit
9d3a6d6bad
|
@ -49,8 +49,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Enter nvim config home
|
|
||||||
run: cd symlinks/config/nvim
|
|
||||||
- name: Run stylua
|
- name: Run stylua
|
||||||
uses: JohnnyMorganz/stylua-action@1.0.0
|
uses: JohnnyMorganz/stylua-action@1.0.0
|
||||||
with:
|
with:
|
||||||
|
@ -60,9 +58,9 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Enter nvim config home
|
- name: Install luacheck
|
||||||
run: cd symlinks/config/nvim
|
run: sudo apt-get install -y lua-check
|
||||||
- name: Run luacheck
|
- name: Run luacheck
|
||||||
uses: lunarmodules/luacheck@v0.26.0
|
run: |
|
||||||
with:
|
cd symlinks/config/nvim
|
||||||
args: symlinks/config/nvim
|
luacheck .
|
||||||
|
|
Loading…
Reference in New Issue