Skip to content

Commit 236e0dc

Browse files
authored
Ignore URIs and emails with codespell action (#29830)
1 parent ff5c4c0 commit 236e0dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
check_hidden: true
1616
skip: ./.git,*.png,*.csv,./archive,./legacy_submissions
1717
ignore_words_file: './.codespellignore'
18+
uri_ignore_words_list: '*'

0 commit comments

Comments
 (0)