Files
gentoo-utils-gitea/check_commands.txt
2025-12-06 20:56:58 +00:00

6 lines
220 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 -v unittests doctests '*repo*' '*porthole*' -C build