workflows/tests: test brew audit of homebrew-core on Linux
This commit is contained in:
parent
abb2b26a93
commit
4879cf1b48
13
.github/workflows/tests.yml
vendored
13
.github/workflows/tests.yml
vendored
@ -107,6 +107,11 @@ 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
|
||||||
|
|
||||||
|
- 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
|
- name: Run brew style on official taps
|
||||||
run: |
|
run: |
|
||||||
brew style --display-cop-names homebrew/bundle \
|
brew style --display-cop-names homebrew/bundle \
|
||||||
@ -270,8 +275,12 @@ jobs:
|
|||||||
- name: Run brew readall on all taps
|
- name: Run brew readall on all taps
|
||||||
run: brew readall --aliases
|
run: brew readall --aliases
|
||||||
|
|
||||||
- name: Run brew audit --skip-style on all taps
|
- name: Run brew audit --skip-style on Cask taps
|
||||||
run: brew audit --skip-style
|
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
|
- name: Install brew tests dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user