From dc55baa63ed82283bfa3344ba3e72256d785f487 Mon Sep 17 00:00:00 2001 From: John Coffey Date: Sat, 22 Aug 2026 22:13:54 -0700 Subject: [PATCH] ci: probe shellcheck at warning severity --- .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 69c889d..bd422e7 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -28,6 +28,6 @@ jobs: # failing on day one would block every PR on pre-existing # issues. Tighten to "error" -> "warning" -> remove once the # backlog is cleared; see the audit in the README. - severity: error + severity: warning check_together: 'yes' format: gcc