From 29eab0b960b817bda28d6938dcaba86c66cdc864 Mon Sep 17 00:00:00 2001 From: ryanfkeepers Date: Thu, 24 Aug 2023 15:25:49 -0600 Subject: [PATCH] extend actionlint coverage --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d39aa392..8770efdd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -509,6 +509,7 @@ jobs: # * various variable quoting patterns # * possible ineffective echo commands flags: "-ignore SC2129 -ignore SC2086 -ignore SC2046 -ignore 2116" + files: ".github/workflows/*.yml, .github/actions/*.yml" # ---------------------------------------------------------------------------------------------------- # --- Publish steps ----------------------------------------------------------------------------------