From 55eb3b7c96a39327f0c9443ea0ecdb23fa457931 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Tue, 3 Aug 2021 01:09:09 +0200 Subject: [PATCH] Fix bash error in shellcheck Fix bash error in shellcheck Signed-off-by: Bensuperpc --- .github/workflows/shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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