From c838bd3ce576255018fe6d846a03052fa6d7a7e0 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 13 Apr 2024 16:39:54 +0200 Subject: [PATCH] Serious pipeline v4 --- .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 f2deeae..ec9f106 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: . --allow-defined-top --no-unused-args --only 0 --only 113 --only 142 --only 143 --only 221 --only 321 --only 341 + args: luacheck . --allow-defined-top --no-unused-args --only 0 --only 113 --only 142 --only 143 --only 221 --only 321 --only 341