Compare commits
1 Commits
180b24740f
...
8a5e0aa8a1
| Author | SHA1 | Date | |
|---|---|---|---|
| 8a5e0aa8a1 |
@@ -193,7 +193,6 @@ jobs:
|
||||
- name: grep for patterns
|
||||
# negate git grep ret code because 1 means no findings
|
||||
run: |
|
||||
echo "if git --no-pager grep -E 'todo!|dbg!' -- '*.rs'..."
|
||||
if git --no-pager grep -E 'todo!|dbg!' -- '*.rs'; then
|
||||
exit 0
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user