Files
gentoo-utils/check_commands.txt
2025-11-29 20:50:59 +00:00

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