1 parent 9a2f1ba commit 3453db2Copy full SHA for 3453db2
1 file changed
.github/workflows/pr126-v4-raw-audit.yml
@@ -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
23
+ python-version: '3.11'
24
+ - name: Audit fresh raw physical evidence
25
+ run: python dev/pr126_v4_raw_audit.py
0 commit comments