From aca168be60d9d4a65ee485ac5d7486716897b96f Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 9 May 2024 04:03:46 +0100 Subject: [PATCH] ci: change shellcheck severity to warning --- .github/workflows/lint-shellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-shellcheck.yml b/.github/workflows/lint-shellcheck.yml index 4511b0a..bd125ea 100644 --- a/.github/workflows/lint-shellcheck.yml +++ b/.github/workflows/lint-shellcheck.yml @@ -15,4 +15,4 @@ jobs: uses: ludeeus/action-shellcheck@master with: format: gcc - severity: error + severity: warning