Files
egui/lint.sh
T
2018-12-26 15:28:38 +01:00

9 lines
115 B
Bash
Executable File

#!/bin/bash
set -eu
echo "Lint and clean up typescript:"
tslint --fix docs/*.ts
echo "Cargo clippy"
cargo clippy