Skip to content

Commit 5dbeed7

Browse files
committed
rename sample projects
1 parent 3d7c820 commit 5dbeed7

File tree

22 files changed

+41
-43
lines changed

22 files changed

+41
-43
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install elan
4242
uses: leanprover/lean-action@v1
4343
with:
44-
lake-package-directory: Projects/mathlib-demo
44+
lake-package-directory: Projects/MathlibDemo
4545
use-mathlib-cache: false
4646
use-github-cache: false
4747
auto-config: false
@@ -52,14 +52,14 @@ jobs:
5252
- name: Build sample projects
5353
run: npm run build:server
5454

55-
- name: Ensure sample project 'mathlib-demo' is built
55+
- name: Ensure sample project 'MathlibDemo' is built
5656
run: |
57-
cd Projects/mathlib-demo
57+
cd Projects/MathlibDemo
5858
lake build --no-build
5959
60-
- name: Ensure sample project 'stable' is built
60+
- name: Ensure sample project 'Stable' is built
6161
run: |
62-
cd Projects/stable
62+
cd Projects/Stable
6363
lake build --no-build
6464
6565
- name: Install dependencies
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import Mathlib
2+
import ProofWidgets
3+
import Plausible
4+
5+
import MathlibDemo.Bijection
6+
import MathlibDemo.Logic
7+
import MathlibDemo.Rational
8+
import MathlibDemo.Ring
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "37f686cf27093bcbde5a9eb2f1519ef730de1828",
8+
"rev": "d6bc0a15829bf478c4ab90b491dd5e7f000021b1",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "master",
@@ -91,5 +91,5 @@
9191
"inputRev": "main",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"}],
94-
"name": "mathlibLatest",
94+
"name": "MathlibDemo",
9595
"lakeDir": ".lake"}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name = "mathlibLatest"
2-
defaultTargets = ["MathlibLatest"]
1+
name = "MathlibDemo"
2+
defaultTargets = ["MathlibDemo"]
33

44
[leanOptions]
55
pp.unicode.fun = true
@@ -10,4 +10,4 @@ git = "https://github.com/leanprover-community/mathlib4"
1010
rev = "master"
1111

1212
[[lean_lib]]
13-
name = "MathlibLatest"
13+
name = "MathlibDemo"

0 commit comments

Comments
 (0)