Skip to content

Commit 1b22930

Browse files
committed
docs: update markdownlint action
1 parent 2219ba2 commit 1b22930

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/docs-tests.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: articulate/actions-markdownlint@v1
12+
- uses: DavidAnson/markdownlint-cli2-action@v15
1313
with:
1414
config: .markdownlint.yaml
15-
files: 'README.md' 'docs/**/*.md'
15+
globs: |
16+
docs/**/*.md
17+
README.md
1618
1719
vale:
1820
name: vale action

0 commit comments

Comments
 (0)