From 14261be2e53f790b0da41fba3540075c4ddd12b5 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 14 Apr 2020 12:29:17 +0100 Subject: [PATCH] workflows/tests: run brew style on taps. Also, clarify where `brew readall` is run. --- .github/workflows/tests.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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