grep for todo! and dbg! in check_commands and in CI #12

Merged
jturnerusa merged 6 commits from feature/add-grep-for-dbg-and-todo-to-ci into master 2025-12-13 22:39:17 -06:00
Showing only changes of commit 8f3b07f6c9 - Show all commits

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