Merge pull request #20539 from Homebrew/style_all_taps

workflows/tests: run `brew style` on all taps at once.
This commit is contained in:
Mike McQuaid 2025-08-22 10:58:35 +00:00 committed by GitHub
commit eacbff25f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,14 +121,10 @@ jobs:
- name: Run brew style on official taps
run: |
brew style homebrew/test-bot
brew style homebrew/command-not-found \
homebrew/portable-ruby
- name: Run brew style on homebrew/cask
run: |
brew style homebrew/cask
brew style homebrew/test-bot \
homebrew/command-not-found \
homebrew/portable-ruby \
homebrew/cask
formula-audit:
name: formula audit