Merge pull request #20539 from Homebrew/style_all_taps
workflows/tests: run `brew style` on all taps at once.
This commit is contained in:
commit
eacbff25f3
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user