feat: lint-all script for easy linting

This commit is contained in:
jstoobysmith 2024-04-16 16:41:28 -04:00
parent 7ff351a4a5
commit 4e9d26a1a9
2 changed files with 13 additions and 2 deletions

13
scripts/lint-all.sh Executable file
View 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