grep for todo! and dbg! in check_commands and in CI #12
@@ -165,7 +165,7 @@ jobs:
|
|||||||
|
|
||||||
- name: grep for patterns
|
- name: grep for patterns
|
||||||
run: |
|
run: |
|
||||||
if git grep -e 'dbg!' -- '*.rs'; then
|
if git grep -e 'dbg!|todo!' -- '*.rs'; then
|
||||||
false
|
false
|
||||||
else
|
else
|
||||||
true
|
true
|
||||||
|
|||||||
Reference in New Issue
Block a user