extend actionlint coverage

This commit is contained in:
ryanfkeepers 2023-08-24 15:25:49 -06:00
parent 5c50529617
commit 29eab0b960

View File

@ -509,6 +509,7 @@ jobs:
# * various variable quoting patterns # * various variable quoting patterns
# * possible ineffective echo commands # * possible ineffective echo commands
flags: "-ignore SC2129 -ignore SC2086 -ignore SC2046 -ignore 2116" flags: "-ignore SC2129 -ignore SC2086 -ignore SC2046 -ignore 2116"
files: ".github/workflows/*.yml, .github/actions/*.yml"
# ---------------------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------------------
# --- Publish steps ---------------------------------------------------------------------------------- # --- Publish steps ----------------------------------------------------------------------------------