Merge pull request #17506 from shivammathur/actionlint

This commit is contained in:
Mike McQuaid 2024-06-14 18:38:46 +01:00 committed by GitHub
commit 214359316f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -274,6 +274,7 @@ module Homebrew
system actionlint, "-shellcheck", shellcheck,
"-config-file", HOMEBREW_REPOSITORY/".github/actionlint.yaml",
"-ignore", "image: string; options: string",
"-ignore", "label .* is unknown",
*files
$CHILD_STATUS.success?
end