We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53314ea commit c3b3cdcCopy full SHA for c3b3cdc
1 file changed
.github/workflows/ci.yml
@@ -13,4 +13,17 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v6 # OBS: v6 current as of Dec 2025
16
- - uses: leanprover/lean-action@v1
+ - 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
27
+ # Proofs are the deliverable.
28
+ - name: Lake build
29
+ run: lake build
0 commit comments