Compare commits
1 Commits
1fa1709b9e
...
a88a5732cc
| Author | SHA1 | Date | |
|---|---|---|---|
| a88a5732cc |
@@ -194,3 +194,6 @@ jobs:
|
||||
run: |
|
||||
set -x
|
||||
git --no-pager grep -E 'todo!|dbg!' -- '*.rs'
|
||||
retcode=$?
|
||||
echo "retcode=$?"
|
||||
(( $retcode )) && echo "exit 1" || echo "exit 0"
|
||||
|
||||
Reference in New Issue
Block a user