Skip to content

Commit 529e73c

Browse files
authored
Revert "Fix codespell, try different argument --regex (#1669)" (#1671)
This reverts commit 99a0c46.
1 parent 99a0c46 commit 529e73c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ jobs:
1515
- uses: codespell-project/actions-codespell@master
1616
with:
1717
ignore_words_file: .codespellignore
18-
skip: .*bootstrap.*,*.js,.*bootstrap-theme.css.map
19-
IGNORE_REGEX: ^\s*"image\/png":\s.*
18+
skip: .*bootstrap.*,*.js,.*bootstrap-theme.css.map,./docs/*.ipynb

0 commit comments

Comments
 (0)