mirror of
https://jturnerusa.dev/cgit/gentoo-utils/
synced 2025-12-02 19:18:35 -06:00
5 lines
197 B
Plaintext
5 lines
197 B
Plaintext
/usr/bin/meson format --recursive --check-only
|
|
rustfmt --edition 2024 --check $(find src -type f -name '*.rs')
|
|
ninja clippy -C build
|
|
meson test unittests '*repo*' '*porthole*' '*profile*' -C build
|