Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Commit bb2ed03

Browse files
committed
ci: pip-audit GitHub Action
1 parent 9eb6e06 commit bb2ed03

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 'PyPA pip-audit'
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
push:
8+
branches:
9+
- master
10+
11+
12+
jobs:
13+
selftest:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- name: install
18+
run: python -m pip install .
19+
- uses: pypa/gh-action-pip-audit@v1.1.0

0 commit comments

Comments
 (0)