Skip to content

Commit

Permalink
added audit (for #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrooommmaaa committed Jan 24, 2020
1 parent 39af249 commit 9b2aa8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run: brew install --build-bottle ${FORMULA}
- name: Test the formula
run: brew test ${FORMULA}
- name: Audit the formula
run: brew audit --strict ${FORMULA}
- name: Build the bottle
run: |
brew bottle --json --force-core-tap ${FORMULA}
Expand Down

0 comments on commit 9b2aa8e

Please sign in to comment.