Skip to content

Commit

Permalink
fix uncorrect effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Sep 18, 2024
1 parent f08f86f commit 8ca4ef3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/comment-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
for file in $EXCLUDE_FILES; do
exclude_files="$exclude_files --exclude=$file"
done
# .github/pull_request_template.md need to specify handling
exclude_files="$exclude_files --exclude=.github/pull_request_template.md"
# Use grep to find all comments containing Non-English characters and save to file
grep -Pnr "$pattern" . $exclude_dirs $exclude_files > non_english_comments.txt || true
Expand Down

0 comments on commit 8ca4ef3

Please sign in to comment.