Skip to content

Commit fd1d5c0

Browse files
authored
Quote the skip list
Otherwise if people copy our example then change the skip list they can make invalid YAML
1 parent 3ea9498 commit fd1d5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
with:
1414
check_filenames: true
1515
# When using this Action in other repos, the --skip option below can be removed
16-
skip: ./.git,./codespell_lib/data,./example/code.c,test_basic.py,*.pyc,README.rst
16+
skip: "./.git,./codespell_lib/data,./example/code.c,test_basic.py,*.pyc,README.rst"

0 commit comments

Comments
 (0)