Skip to content

Commit a21495e

Browse files
authored
Update codespell.yml
1 parent 235163c commit a21495e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
# Ignore all other languages except English
88
paths-ignore:
99
- 'pages.*/*/*'
10-
- 'contributing-guides/style-guide.*.md'
10+
- 'contributing-guides/style-guide.*'
1111
- 'package-lock.json'
1212

1313
jobs:
@@ -24,7 +24,7 @@ jobs:
2424
# Ignore all other languages except English
2525
files_ignore: |
2626
pages.*/*/*
27-
contributing-guides/style-guide*
27+
contributing-guides/style-guide.*.md
2828
package-lock.json
2929
3030
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2

0 commit comments

Comments
 (0)