mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-05-01 08:41:09 +00:00
5 lines
98 B
Bash
Executable file
5 lines
98 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
typos
|
|
cargo fmt -- --check
|
|
fd -e nix | xargs nixfmt --check
|