File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 37
37
- name : lean action
38
38
uses :
leanprover/[email protected]
39
39
with :
40
- build-args : " --quiet"
41
- test : false
40
+ build-args : " --log-level=error"
42
41
43
42
windows_build :
44
43
runs-on : windows-latest
66
65
shell : pwsh
67
66
68
67
- name : run lake build
69
- run : lake build --quiet
68
+ run : lake build --log-level=error
70
69
shell : pwsh
Original file line number Diff line number Diff line change 1
1
name : Update Lean
2
2
on :
3
3
schedule :
4
- - cron : " 0 0 * * * "
4
+ - cron : " 0 0 * * 1 "
5
5
workflow_dispatch :
6
6
7
7
jobs :
Original file line number Diff line number Diff line change @@ -7,11 +7,9 @@ package «Lean by Example» where
7
7
⟨`relaxedAutoImplicit, false ⟩
8
8
]
9
9
10
- require mdgen from git
11
- "https://github.com/Seasawher/mdgen" @ "main"
10
+ require "Seasawher" / "mdgen"
12
11
13
- require mathlib from git
14
- "https://github.com/leanprover-community/mathlib4.git" @ "master"
12
+ require "leanprover-community" / "mathlib"
15
13
16
14
@[default_target]
17
15
lean_lib Examples where
You can’t perform that action at this time.
0 commit comments