tangled
alpha
login
or
join now
ndyg.ca
/
xs
3
fork
atom
crossing the streams
3
fork
atom
overview
issues
pulls
pipelines
xs
/
scripts
/
check.sh
at
main
7 lines
86 B
view raw
wrap content
ndyg.ca
chore: add a check.sh
1y ago
ab81eaf4
1
#!/bin/bash
2
3
set
-euo pipefail
4
5
cargo fmt --check
6
cargo clippy -- -D warnings
7
cargo t