Skip to content

Commit 3453db2

Browse files
chore: run PR126 v4 raw evidence audit
1 parent 9a2f1ba commit 3453db2

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: PR126 v4 raw evidence audit
2+
3+
on:
4+
push:
5+
branches: [agent/panel-p1-stage-c-covariance]
6+
paths:
7+
- 'dev/pr126_v4_raw_audit.py'
8+
- '.github/workflows/pr126-v4-raw-audit.yml'
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
audit:
15+
runs-on: ubuntu-latest
16+
timeout-minutes: 10
17+
steps:
18+
- uses: actions/checkout@v4
19+
with:
20+
fetch-depth: 0
21+
- uses: actions/setup-python@v5
22+
with:
23+
python-version: '3.11'
24+
- name: Audit fresh raw physical evidence
25+
run: python dev/pr126_v4_raw_audit.py

0 commit comments

Comments
 (0)