fix(cicd-luacheck): missing :

This commit is contained in:
Jiří Štefka 2023-10-04 08:46:04 +02:00
parent e916c47d3e
commit 634b1c2964
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -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