forked from gentoo-utils/gentoo-utils
6 lines
217 B
Plaintext
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
|