From b8694f414618c11ffd19fb49de23f94f745576fc Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 13 Apr 2024 16:48:09 +0200 Subject: [PATCH] Serious pipeline v8 --- .gitea/workflows/lua-static-analysis-serious.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lua-static-analysis-serious.yaml b/.gitea/workflows/lua-static-analysis-serious.yaml index 29a1bd6..e1a4a30 100644 --- a/.gitea/workflows/lua-static-analysis-serious.yaml +++ b/.gitea/workflows/lua-static-analysis-serious.yaml @@ -14,4 +14,4 @@ jobs: - name: Luacheck linter uses: https://github.com/lunarmodules/luacheck@v1.1.1 with: - args: -c luacheck . --allow-defined-top --no-unused-args --only 0 --only 113 --only 142 --only 143 --only 221 --only 321 --only 341 + args: -c "luacheck . --allow-defined-top --no-unused-args --only 0 --only 113 --only 142 --only 143 --only 221 --only 321 --only 341"