grep for todo! and dbg! in check_commands and in CI #12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user