From a2b08f49bbdbc0a0a229ab504562de00e6e5f068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Wed, 4 Oct 2023 08:50:14 +0200 Subject: [PATCH] fix(cicd-luacheck): identation missing --- .gitea/workflows/luacheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/luacheck.yml b/.gitea/workflows/luacheck.yml index c66da86..37f3d1d 100644 --- a/.gitea/workflows/luacheck.yml +++ b/.gitea/workflows/luacheck.yml @@ -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: |