PhysLean/scripts/lint-all.sh

15 lines
214 B
Bash
Raw Normal View History

2024-04-16 16:41:28 -04:00
#!/usr/bin/env bash
2024-05-14 10:42:43 -04:00
python3 ./scripts/check-file-import.py
2024-04-16 16:41:28 -04:00
echo "Running linter for Lean files"
./scripts/lint-style.sh
echo "Building HepLean"
lake build HepLean
echo "Run linter"
lake exe runLinter HepLean