Skip to content

Commit f795c44

Browse files
committed
ci: use formula name instead of path for brew audit/style
1 parent 4ca2190 commit f795c44

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 --formula Formula/openboot.rb
19+
run: brew audit openbootdotdev/tap/openboot
2020

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

0 commit comments

Comments
 (0)