Merge pull request #7469 from MikeMcQuaid/brew-style-linux

workflows/tests: run brew style on Linux.
This commit is contained in:
Mike McQuaid 2020-04-30 16:42:39 +01:00 committed by GitHub
commit d208d68400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,7 +160,6 @@ jobs:
run: brew readall --aliases run: brew readall --aliases
- name: Run brew style on homebrew-core - name: Run brew style on homebrew-core
if: matrix.os == 'macOS-latest'
run: brew style --display-cop-names homebrew/core run: brew style --display-cop-names homebrew/core
- name: Run brew style on official taps - name: Run brew style on official taps