workflows/tests: run brew style on all taps at once.

It's nicer and faster to not split these up and avoids needing to
repeatedly rerun this workflow in order to get all the results.
This commit is contained in:
Mike McQuaid 2025-08-22 10:55:50 +01:00
parent 3bbff84ff1
commit 3a3572449a
No known key found for this signature in database

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