workflows/tests: test brew audit of homebrew-core on Linux

This commit is contained in:
Bo Anderson 2021-03-03 00:37:27 +00:00
parent abb2b26a93
commit 4879cf1b48
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -107,6 +107,11 @@ jobs:
- name: Run brew style on homebrew-core
run: brew style --display-cop-names homebrew/core
- name: Run brew audit --skip-style on homebrew-core
run: brew audit --skip-style --tap=homebrew/core
env:
HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1
- name: Run brew style on official taps
run: |
brew style --display-cop-names homebrew/bundle \
@ -270,8 +275,12 @@ jobs:
- name: Run brew readall on all taps
run: brew readall --aliases
- name: Run brew audit --skip-style on all taps
run: brew audit --skip-style
- name: Run brew audit --skip-style on Cask taps
run: |
brew audit --skip-style --tap=homebrew/cask
brew audit --skip-style --tap=homebrew/cask-drivers
brew audit --skip-style --tap=homebrew/cask-fonts
brew audit --skip-style --tap=homebrew/cask-versions
- name: Install brew tests dependencies
run: |