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