Skip to content

Commit

Permalink
Update pip-audit.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones committed Sep 17, 2022
1 parent 8840e54 commit e8b647e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ permissions:
contents: read

jobs:
selftest:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install
run: |
python -m venv env/
source env/bin/activate
python -m pip install --upgrade pip
python -m pip install .
- uses: pypa/gh-action-pip-audit@v1.0.0
with:
Expand Down

0 comments on commit e8b647e

Please sign in to comment.