We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 235163c commit a21495eCopy full SHA for a21495e
1 file changed
.github/workflows/codespell.yml
@@ -7,7 +7,7 @@ on:
7
# Ignore all other languages except English
8
paths-ignore:
9
- 'pages.*/*/*'
10
- - 'contributing-guides/style-guide.*.md'
+ - 'contributing-guides/style-guide.*'
11
- 'package-lock.json'
12
13
jobs:
@@ -24,7 +24,7 @@ jobs:
24
25
files_ignore: |
26
pages.*/*/*
27
- contributing-guides/style-guide*
+ contributing-guides/style-guide.*.md
28
package-lock.json
29
30
- uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
0 commit comments