Skip to content

pip-audit Pre-Commit Hook and GitHub Action #1

pip-audit Pre-Commit Hook and GitHub Action

pip-audit Pre-Commit Hook and GitHub Action #1

Workflow file for this run

name: 'PyPA pip-audit'
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
selftest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install
run: python -m pip install .
- uses: pypa/[email protected]