Skip to content

Commit

Permalink
Require a successful npm audit before tagging release (#137)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
giordano authored Dec 14, 2022
1 parent 675399d commit 1855d4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Audit
# Require a successful `npm audit` before tagging a release, to make sure
# we aren't tagging a version with known vulnerabilities.
run: npm audit
- name: Find tag
id: find_tag
run: |
Expand Down

0 comments on commit 1855d4d

Please sign in to comment.