Skip to content

Commit d75d5bb

Browse files
committed
ci(proofs): ASCII-only comments in dogfood-proofs-ci
Re-triggers the workflow's first real run (the initial PR run hit a startup_failure during workflow registration) and keeps the header comments ASCII for parser portability. No behavioural change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 757762d commit d75d5bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dogfood-proofs-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# SPDX-License-Identifier: MPL-2.0
22
# Gates the ECHIDNA dogfood proof corpus: every theorem under proofs/{coq,lean,agda}
3-
# must type-check. These proofs had no CI coverage before this workflow the
3+
# must type-check. These proofs had no CI coverage before this workflow -- the
44
# language-specific path filters on the other proof workflows (agda-meta-checker
5-
# meta-checker/**, idris2-abi-ci src/abi/**) never touched proofs/**, so
5+
# -> meta-checker/**, idris2-abi-ci -> src/abi/**) never touched proofs/**, so
66
# regressions here were invisible. Each job calls a `just` recipe so local and
77
# CI run the identical command (RSR-H14).
88
name: Dogfood Proof Corpus

0 commit comments

Comments
 (0)