Files
gentoo-utils/check_commands.txt
2025-11-28 17:23:15 +00:00

5 lines
185 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*' -C build