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 2d051bc commit 37af9daCopy full SHA for 37af9da
.github/workflows/brew.yml
@@ -30,9 +30,14 @@ jobs:
30
run: |
31
brew style ./Formula/ssh-studio.rb
32
33
- - name: Audit formula
+ - name: Add formula to tap and audit
34
35
- brew audit --new --strict ssh-studio
+ # Create a local tap
36
+ brew tap-new --no-git local/ssh-studio
37
+ # Copy formula to the tap
38
+ cp ./Formula/ssh-studio.rb $(brew --repository local/ssh-studio)/Formula/
39
+ # Now audit the formula
40
+ brew audit --new --strict local/ssh-studio/ssh-studio
41
42
- name: Build and install
43
0 commit comments