diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index a9a749f..1451f7a 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -25,4 +25,4 @@ jobs: severity: error format: gcc env: - SHELLCHECK_OPTS: bash \ No newline at end of file + SHELLCHECK_OPTS: -s bash \ No newline at end of file