Compare commits
1 Commits
e2fce51a12
...
13af2b4b1f
| Author | SHA1 | Date | |
|---|---|---|---|
| 13af2b4b1f |
@@ -4,7 +4,7 @@ on: [push]
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash -le -o pipefail {0}
|
||||
shell: bash -el {0}
|
||||
|
||||
jobs:
|
||||
build-oci-image:
|
||||
@@ -191,5 +191,7 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: grep for patterns
|
||||
# negate git grep ret code because 1 means no findings
|
||||
run: |
|
||||
git grep -E 'todo!|dbg!' -- '*.rs' && exit 1 || exit 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user