From 3a3572449ab317c47fa1d29d9ef26ae44c66b175 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 22 Aug 2025 10:55:50 +0100 Subject: [PATCH] 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. --- .github/workflows/tests.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 626ea7b96e..bca749a718 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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