Skip to content

Commit 343b0af

Browse files
committed
Put globs in quotes
1 parent d440f32 commit 343b0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: codespell-project/actions-codespell@master
1515
with:
16-
skip: *.pem
16+
skip: '*.pem'

0 commit comments

Comments
 (0)