Files
gentoo-utils/check_commands.txt
2025-11-30 22:12:49 +00:00

6 lines
217 B
Plaintext

/usr/bin/meson format --recursive --check-only
rustfmt --edition 2024 --check $(find src -type f -name '*.rs')
ninja rustdoc -C build
ninja clippy -C build
meson test unittests doctests '*repo*' '*porthole*' -C build