Skip to content

Commit e2c2453

Browse files
committed
initial
1 parent c3b3cdc commit e2c2453

3 files changed

Lines changed: 5 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,3 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v6 # OBS: v6 current as of Dec 2025
1616
- 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

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
/.lake
2-
lake-manifest.json

lake-manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{"version": "1.1.0",
2+
"packagesDir": ".lake/packages",
3+
"packages": [],
4+
"name": "NeutralSubstrate",
5+
"lakeDir": ".lake"}

0 commit comments

Comments
 (0)