Merge pull request #11192 from Rylan12/simulate-macos-for-style

workflows/tests: simulate macOS for `brew style homebrew-core`
This commit is contained in:
Mike McQuaid 2021-04-20 12:17:17 +01:00 committed by GitHub
commit 7a78e3b9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,8 @@ jobs:
- name: Run brew style on homebrew-core
run: brew style --display-cop-names homebrew/core
env:
HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1
- name: Run brew audit --skip-style on homebrew-core
run: brew audit --skip-style --tap=homebrew/core