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).
This commit is contained in:
Mike McQuaid 2020-04-30 16:07:14 +01:00
parent e8a29a2d72
commit adae118460
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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