feat: lint-all script for easy linting
This commit is contained in:
parent
7ff351a4a5
commit
4e9d26a1a9
2 changed files with 13 additions and 2 deletions
13
scripts/lint-all.sh
Executable file
13
scripts/lint-all.sh
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "Running linter for Lean files"
|
||||
|
||||
./scripts/lint-style.sh
|
||||
|
||||
echo "Building HepLean"
|
||||
|
||||
lake build HepLean
|
||||
|
||||
echo "Run linter"
|
||||
|
||||
lake exe runLinter HepLean
|
Loading…
Add table
Add a link
Reference in a new issue