Skip to content

Commit

Permalink
and again again
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestOfLight committed Jan 25, 2025
1 parent 977af98 commit d8f7d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Check for TODO comments
run: |
if (grep -r -E "// TODO|/// TODO|/\*\* TODO \*/" .) {
if (grep -r -E "// TODO|/// TODO|/\*\* TODO \*/" --exclude-dir=node_modules --exclude=.github/workflows/ci.yml .) {
echo "TODO comments found. Please resolve them before committing."
exit 1
}
Expand Down

0 comments on commit d8f7d8f

Please sign in to comment.