PhysLean/scripts/lint-all.sh

18 lines
217 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
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"
2024-06-25 07:06:32 -04:00
lake exe runLinter HepLean
echo "Run shake"
lake exe shake HepLean