Skip to content

Commit

Permalink
and again again again
Browse files Browse the repository at this point in the history
ForestOfLight committed Jan 25, 2025
1 parent d8f7d8f commit f681df5
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
@@ -23,7 +23,7 @@ jobs:

- name: Check for TODO comments
run: |
if (grep -r -E "// TODO|/// TODO|/\*\* TODO \*/" --exclude-dir=node_modules --exclude=.github/workflows/ci.yml .) {
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
}

0 comments on commit f681df5

Please sign in to comment.