diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 76ad3624bb..5863f20f39 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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