Skip to content

Commit cd1b23b

Browse files
hyperpolymathclaude
andcommitted
chore: batch RSR compliance + proof fixes
- Workflow fixes (hypatia-scan path, SHA-pinning, SPDX headers) - SCM migration to A2ML format - CODE_OF_CONDUCT.md, CONTRIBUTING.md - Lean4/Coq proof completions where applicable - forbid(unsafe_code) for safe Rust crates Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d2b4d89 commit cd1b23b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/hypatia-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ jobs:
4141
run: |
4242
if [ ! -f hypatia-v2 ]; then
4343
echo "Building hypatia-v2 scanner..."
44-
cd scanner
4544
mix deps.get
4645
mix escript.build
47-
mv hypatia ../hypatia-v2
46+
mv hypatia hypatia-v2
4847
fi
4948
5049
- name: Run Hypatia scan

0 commit comments

Comments
 (0)