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
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 402e620924 - Show all commits

View File

@@ -165,4 +165,4 @@ jobs:
- name: grep for patterns
run: |
git grep 'todo!|dbg!' -- '*.rs' && exit 1
git grep 'todo!|dbg!' -- '*.rs' && exit 1 || exit 0

View File

@@ -3,4 +3,4 @@ ninja rustfmt -C build
ninja rustdoc -C build
ninja clippy -C build
ninja test -C build
git grep 'todo!|dbg!' -- '*.rs' && exit 1
git grep 'todo!|dbg!' -- '*.rs' && exit 1 || exit 0