Skip to content

Commit

Permalink
change step order
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Apr 2, 2024
1 parent e4eadcc commit d5f1d8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Tap repository
run: brew tap nsis-dev/makensis

- name: Update Homebrew
run: brew update

- name: Tap Repository
run: brew tap nsis-dev/makensis

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

0 comments on commit d5f1d8c

Please sign in to comment.