Skip to content

Commit

Permalink
alright show me what's wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestOfLight committed Jan 25, 2025
1 parent f681df5 commit 1b08bee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ 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 -n -E "// TODO|/// TODO|/\*\* TODO \*/" --exclude-dir=node_modules --exclude=./.github/workflows/ci.yml .) {
grep -r -n -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 1b08bee

Please sign in to comment.