From 15f0bdc4f1a69c471ae2a82be178d6ec2003d7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Tue, 16 Apr 2024 11:48:59 +0200 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91aec2d..200e359 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,4 +20,4 @@ before_script: test-syntax-job: # This job runs in the test stage. stage: test # It only starts when the job in the build stage completes successfully. script: - - find ./ -name *.sh | xargs shellcheck --color=always --shell=bash --external-sources + - find ./ -name *.sh | xargs shellcheck --color=always --shell=bash --enable=all --severity=warning --external-sources -- GitLab