Files
gentoo-utils-gitea/check_commands.txt
John Turner 5235e7d5a5
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 7s
Gentoo Utils / grep (push) Successful in 2s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 12s
Gentoo Utils / build (push) Successful in 19s
Gentoo Utils / test (push) Successful in 25s
fixup
2025-12-14 04:28:52 +00:00

7 lines
194 B
Plaintext

/usr/bin/meson format --recursive --check-only
ninja rustfmt -C build
ninja rustdoc -C build
ninja clippy -C build
ninja test -C build
if git grep -e 'dbg!' -- '*.rs'; then false; else true; fi