Skip to content

Commit b0e4a10

Browse files
committed
spell check params for pull request pipeline (2nd go)
1 parent 2b05a5f commit b0e4a10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: DavidAnson/[email protected]
4242
with:
4343
config: '.markdownlint.yaml'
44-
globs: '**/*.md *.md'
44+
globs: '**/*.md'
4545

4646
spell_checker:
4747
name: Check spelling

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
uses: DavidAnson/[email protected]
4545
with:
4646
config: '.markdownlint.yaml'
47-
globs: draft/**/*.md *.md
48-
# only check the draft and root directories, that is where the changes should be
47+
globs: 'draft/**/*.md'
48+
# only check the draft directory, that is where the changes should be
4949

5050
spell_checker:
5151
name: Check spelling

0 commit comments

Comments
 (0)