We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 627034b commit 914fa6dCopy full SHA for 914fa6d
.github/workflows/deploy-tap.yml
@@ -53,7 +53,11 @@ jobs:
53
- name: Audit/style formula before pushing
54
run: |
55
brew style packaging/homebrew/mfc.rb
56
- brew audit --online --strict --formula --new --except=homepage packaging/homebrew/mfc.rb || brew audit --online packaging/homebrew/mfc.rb
+ # Create temporary tap to audit the formula
57
+ brew tap-new mfc/local
58
+ cp packaging/homebrew/mfc.rb "$(brew --repository)/Library/Taps/mfc/homebrew-local/Formula/mfc.rb"
59
+ brew audit --online --strict --new --except=homepage mfc/local/mfc || brew audit --online mfc/local/mfc
60
+ brew untap mfc/local
61
62
- name: Clone or bootstrap tap repository
63
env:
0 commit comments