PhysLean/scripts/lint-all.sh

13 lines
174 B
Bash
Raw Normal View History

2024-04-16 16:41:28 -04:00
#!/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