fixup
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 6s
Gentoo Utils / grep (push) Successful in 2s
Gentoo Utils / check-format (push) Successful in 7s
Gentoo Utils / docs (push) Successful in 13s
Gentoo Utils / build (push) Successful in 20s
Gentoo Utils / test (push) Successful in 34s

This commit is contained in:
2025-12-14 04:30:04 +00:00
parent 5235e7d5a5
commit 8f3b07f6c9

View File

@@ -165,7 +165,7 @@ jobs:
- name: grep for patterns
run: |
if git grep -e 'dbg!' -- '*.rs'; then
if git grep -e 'dbg!|todo!' -- '*.rs'; then
false
else
true