Skip to content

Commit 21cb2a1

Browse files
committed
Update markdown lint
1 parent 12e4eca commit 21cb2a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/lint-markdown.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
steps:
1515
- name: Checkout repo
1616
uses: actions/checkout@v5
17-
- name: Run markdownlint
18-
uses: articulate/actions-markdownlint@v1
17+
- name: Run markdownlint-cli2
18+
uses: DavidAnson/markdownlint-cli2-action@v21
1919
with:
2020
config: .github/workflows/markdownlint-config.json
21-
files: '**/*.md'
22-
ignore: data/
21+
globs: |
22+
**/*.md
23+
!data/**

0 commit comments

Comments
 (0)