PhysLean/scripts/lint-all.sh
2024-05-14 10:42:43 -04:00

15 lines
No EOL
214 B
Bash
Executable file

#!/usr/bin/env bash
python3 ./scripts/check-file-import.py
echo "Running linter for Lean files"
./scripts/lint-style.sh
echo "Building HepLean"
lake build HepLean
echo "Run linter"
lake exe runLinter HepLean