From adae118460d8491244be2c27c5e77e1589f60f58 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 30 Apr 2020 16:07:14 +0100 Subject: [PATCH] workflows/tests: run brew style on Linux. linuxbrew-core seems to be passing `brew style` now (and has CI checks to ensure it does in future, too). --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 38ec43c18b..a221d489f5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -160,7 +160,6 @@ jobs: 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