Skip to content

Commit daaca1c

Browse files
committed
workflow update
1 parent e871127 commit daaca1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/brew.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ jobs:
3232
3333
- name: Audit formula
3434
run: |
35-
brew audit --new-formula --strict ./Formula/ssh-studio.rb
35+
brew audit --new --strict ./Formula/ssh-studio.rb
3636
3737
- name: Build and install
3838
run: |
3939
brew install --build-from-source ./Formula/ssh-studio.rb
4040
4141
- name: Test formula
4242
run: |
43-
ssh-studio --help
43+
ssh-studio
4444
brew test ssh-studio
4545
4646
- name: Test app bundle

0 commit comments

Comments
 (0)