diff --git a/Library/Homebrew/style.rb b/Library/Homebrew/style.rb index eddd4efeaa..0f0dd36b96 100644 --- a/Library/Homebrew/style.rb +++ b/Library/Homebrew/style.rb @@ -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