Skip to content

Commit

Permalink
Fix lint rule exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Oct 28, 2021
1 parent 07f0d64 commit 458f1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
# Comments like '{{! ... }}' should be used in zap files
- name: Do not allow TODO in generated files
run: |
git grep -n 'TODO:' -- ./zzz_generated './*/zap-generated/*' && exit 0 || exit 1
git grep -n 'TODO:' -- ./zzz_generated './*/zap-generated/*' && exit 1 || exit 0

0 comments on commit 458f1f1

Please sign in to comment.