Merge pull request #11192 from Rylan12/simulate-macos-for-style
workflows/tests: simulate macOS for `brew style homebrew-core`
This commit is contained in:
commit
7a78e3b9cd
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -106,6 +106,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run brew style on homebrew-core
|
- name: Run brew style on homebrew-core
|
||||||
run: brew style --display-cop-names 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
|
- name: Run brew audit --skip-style on homebrew-core
|
||||||
run: brew audit --skip-style --tap=homebrew/core
|
run: brew audit --skip-style --tap=homebrew/core
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user