Ensure lua checks are run from nvim config home

main
Ensar Sarajčić 2022-04-29 10:18:17 +02:00
parent ad23da054c
commit bfcf6d2db0
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,8 @@ 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:
@ -58,6 +60,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enter nvim config home
run: cd symlinks/config/nvim
- name: Run luacheck
uses: lunarmodules/luacheck@v0.26.0
with: