PhysLean/scripts/lint-all.sh
2024-04-16 16:41:28 -04:00

13 lines
No EOL
174 B
Bash
Executable file

#!/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