Skip to content
Snippets Groups Projects
Unverified Commit affa5c9e authored by Sam Ford's avatar Sam Ford
Browse files

Exclude version audit on CI

parent a1cf5811
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ jobs:
run: brew style --display-cop-names homebrew/core
- name: Run brew audit --skip-style on all taps
run: brew audit --skip-style --display-failures-only
run: brew audit --skip-style --except=version --display-failures-only
- name: Set up all Homebrew taps
run: |
......@@ -112,7 +112,7 @@ jobs:
HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1
- name: Run brew audit --skip-style on homebrew-core
run: brew audit --skip-style --tap=homebrew/core
run: brew audit --skip-style --except=version --tap=homebrew/core
env:
HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment