Skip to content

Commit

Permalink
update audit command
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 2, 2024
1 parent bdc48f8 commit 24ad1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
run: brew update

- name: Audit Formulas
run: for file in ./Formula/*.rb; do echo "Testing $file"; brew audit $file --online; done
run: for file in ./Formula/*.rb; do echo "Testing $file"; brew audit NSIS-Dev/makensis/$(basename ${file%.rb}) --online; done

0 comments on commit 24ad1df

Please sign in to comment.