Skip to content

Commit 24ef8e1

Browse files
author
James Campbell
committed
updates
1 parent eb1bc61 commit 24ef8e1

File tree

4 files changed

+1190
-0
lines changed

4 files changed

+1190
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Run tests
3333
run: uv run pytest
3434

35+
- name: Security audit
36+
run: uv run pip-audit --desc
37+
3538
- name: Lint with flake8
3639
run: |
3740
uv run flake8 --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)