We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3b3cdc commit e2c2453Copy full SHA for e2c2453
3 files changed
.github/workflows/ci.yml
@@ -14,16 +14,3 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6 # OBS: v6 current as of Dec 2025
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
27
- # Proofs are the deliverable.
28
- - name: Lake build
29
- run: lake build
.gitignore
@@ -1,2 +1 @@
1
/.lake
2
-lake-manifest.json
lake-manifest.json
@@ -0,0 +1,5 @@
+{"version": "1.1.0",
+ "packagesDir": ".lake/packages",
3
+ "packages": [],
4
+ "name": "NeutralSubstrate",
5
+ "lakeDir": ".lake"}
0 commit comments