Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 6s
Gentoo Utils / grep (push) Failing after 3s
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / docs (push) Successful in 13s
Gentoo Utils / build (push) Successful in 21s
Gentoo Utils / test (push) Successful in 32s
7 lines
177 B
Plaintext
7 lines
177 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
|
|
git grep 'todo!|dbg!' -- '*.rs' && exit 1
|