diff --git a/.gitea/workflows/shellcheck.yml b/.gitea/workflows/shellcheck.yml index 996e08f..057d8d3 100644 --- a/.gitea/workflows/shellcheck.yml +++ b/.gitea/workflows/shellcheck.yml @@ -11,4 +11,4 @@ jobs: apt update apt install -y shellcheck - name: Analysing the code with shellcheck - run: find . -name '*.sh' -exec shellcheck {} \; + run: find . -name '*.sh' -exec shellcheck {} + || err=1