Skip to content

Commit 4ca2190

Browse files
committed
ci: fix brew style/audit to use formula path instead of --tap flag
1 parent 536b4c8 commit 4ca2190

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: brew tap openbootdotdev/tap "$(pwd)"
1717

1818
- name: Audit formula
19-
run: brew audit --tap openbootdotdev/tap
19+
run: brew audit --formula Formula/openboot.rb
2020

2121
- name: Check style
22-
run: brew style --tap openbootdotdev/tap
22+
run: brew style Formula/openboot.rb

0 commit comments

Comments
 (0)