Skip to content

Commit

Permalink
Merge pull request #1858 from doomedraven/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin authored Nov 16, 2023
2 parents fdb9670 + a5e1eca commit 647abb6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/pip-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: PIP audit

on:
schedule:
- cron: '0 8 * * 1'

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 20
strategy:
matrix:
python-version: ["3.11"]

steps:
- name: Check out repository code
uses: actions/checkout@v4

- uses: pypa/[email protected]
with:
inputs: .

0 comments on commit 647abb6

Please sign in to comment.