workflows/tests: run brew style on taps.

Also, clarify where `brew readall` is run.
This commit is contained in:
Mike McQuaid 2020-04-14 12:29:17 +01:00
parent 604434566f
commit 14261be2e5
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -125,9 +125,16 @@ jobs:
brew update-test --commit=HEAD
if: github.event_name == 'pull_request'
- name: Run brew readall
- name: Run brew readall on all taps
run: brew readall --aliases
- name: Run brew style on homebrew-core
if: matrix.os == 'macOS-latest'
run: brew style --display-cop-names homebrew/core
- name: Run brew style on official taps
run: brew style --display-cop-names homebrew/bundle homebrew/services homebrew/test-bot
- name: Run vale for docs linting
run: |
brew install vale