Skip to content

Commit

Permalink
Temporarily add brew audit options for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
samford committed Dec 15, 2023
1 parent 18df988 commit 914c790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
run: brew readall --os=all --arch=all --aliases homebrew/core

- name: Run brew audit --skip-style on homebrew/core
run: brew audit --skip-style --except=version --tap=homebrew/core
run: brew audit --debug --verbose --skip-style --except=version --tap=homebrew/core

- name: Generate formula API
run: brew generate-formula-api --dry-run
Expand Down

0 comments on commit 914c790

Please sign in to comment.