Skip to content

Commit c3b3cdc

Browse files
committed
ci
1 parent 53314ea commit c3b3cdc

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,17 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v6 # OBS: v6 current as of Dec 2025
16-
- uses: leanprover/lean-action@v1
16+
- uses: leanprover/lean-action@v1 # OBS: v1 current as of Dec 2025
17+
18+
# REQ.CI.DEPENDENCIES
19+
# WHY:
20+
# lake-manifest.json is generated and not committed.
21+
# CI must regenerate it deterministically.
22+
- name: Lake update
23+
run: lake update
24+
25+
# REQ.CI.BUILD
26+
# WHY:
27+
# Proofs are the deliverable.
28+
- name: Lake build
29+
run: lake build

0 commit comments

Comments
 (0)