refactor: Move files and update toml
This commit is contained in:
parent
a957bb484c
commit
49ec0b6ea7
220 changed files with 832 additions and 832 deletions
|
@ -15,6 +15,6 @@ def main (_: List String) : IO UInt32 := do
|
|||
let importCheck ← IO.Process.output {cmd := "lake", args := #["exe", "check_file_imports"]}
|
||||
println! importCheck.stdout
|
||||
println! "Lean linter ..."
|
||||
let leanCheck ← IO.Process.output {cmd := "lake", args := #["exe", "runLinter", "HepLean"]}
|
||||
let leanCheck ← IO.Process.output {cmd := "lake", args := #["exe", "runLinter", "PhysLean"]}
|
||||
println! leanCheck.stdout
|
||||
pure 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue