fix(cicd): manually setup actions as GH actions don't work on this image #2

Merged
jiriks74 merged 6 commits from cicd into main 2023-10-04 08:57:37 +02:00
Showing only changes of commit a2b08f49bb - Show all commits

@ -9,7 +9,7 @@ jobs:
- name: Setup Luacheck
run: |
apt update && apt -y install lua-check
apt update && apt install lua-check -y
- name: Luacheck linter
run: |