fix(cicd): manually setup actions as GH actions don't work on this image #2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Luacheck
|
- name: Setup Luacheck
|
||||||
run |
|
run: |
|
||||||
apt update && apt -y install lua-check
|
apt update && apt -y install lua-check
|
||||||
|
|
||||||
- name: Luacheck linter
|
- name: Luacheck linter
|
||||||
|
|
Loading…
Reference in a new issue