From 8cd3d0d4abd561b2ba66bb967fced3d38f39cb59 Mon Sep 17 00:00:00 2001 From: Grische <2787581+grische@users.noreply.github.com> Date: Thu, 13 Mar 2025 18:05:25 +0100 Subject: [PATCH] typo --- GitLab-CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitLab-CI.md b/GitLab-CI.md index f5df212..4dfca77 100644 --- a/GitLab-CI.md +++ b/GitLab-CI.md @@ -31,7 +31,7 @@ test: - apk update - apk add git script: - - git ls-files -c -z | xargs -0 awk -vORS='\0' 'FNR==1 && /^#!.*sh/ { print FILENAME }') | xargs -0r shellcheck + - git ls-files -c -z | xargs -0 awk -vORS='\0' 'FNR==1 && /^#!.*sh/ { print FILENAME }' | xargs -0r shellcheck ``` If you want to create a JUnit XML report to see in the GitLab's UI, check the instructions [here](JUnit), additionally checkstyle can also be [transformed](checkstyle2text) back into text again for logging purposes. \ No newline at end of file