We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb6e06 commit bb2ed03Copy full SHA for bb2ed03
1 file changed
.github/workflows/pypa-pip-audit.yml
@@ -0,0 +1,19 @@
1
+name: 'PyPA pip-audit'
2
+
3
+on:
4
+ pull_request:
5
+ branches:
6
+ - master
7
+ push:
8
9
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