diff --git a/.github/workflows/pr-validation.yaml b/.github/workflows/pr-validation.yaml index f893593..b1a5f2e 100644 --- a/.github/workflows/pr-validation.yaml +++ b/.github/workflows/pr-validation.yaml @@ -29,7 +29,7 @@ jobs: if ls .github/scripts/*.sh 1>/dev/null 2>&1; then for script in .github/scripts/*.sh; do echo "Checking ${script}..." - shellcheck --severity=warning "$script" || true + shellcheck --severity=warning "$script" done else echo "No shell scripts to check"