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:
parent
3bbff84ff1
commit
3a3572449a
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@ -121,14 +121,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Run brew style on official taps
|
- name: Run brew style on official taps
|
||||||
run: |
|
run: |
|
||||||
brew style homebrew/test-bot
|
brew style homebrew/test-bot \
|
||||||
|
homebrew/command-not-found \
|
||||||
brew style homebrew/command-not-found \
|
homebrew/portable-ruby \
|
||||||
homebrew/portable-ruby
|
homebrew/cask
|
||||||
|
|
||||||
- name: Run brew style on homebrew/cask
|
|
||||||
run: |
|
|
||||||
brew style homebrew/cask
|
|
||||||
|
|
||||||
formula-audit:
|
formula-audit:
|
||||||
name: formula audit
|
name: formula audit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user