Skip to content

Commit f8b7add

Browse files
fix lint yml
1 parent 415b68c commit f8b7add

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/lint.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Run markdownlint
22-
uses: igorshubovych/markdownlint-cli-action@v0
22+
uses: DavidAnson/markdownlint-cli2-action@v17
2323
with:
24-
config: .markdownlint.json
25-
files: 'tutorial/**/*.md'
26-
ignore: 'tutorial/**/index.md'
24+
config: '.markdownlint.json'
25+
globs: |
26+
tutorial/**/*.md
27+
!tutorial/**/index.md
2728
2829
validate-frontmatter:
2930
name: Validate Frontmatter

0 commit comments

Comments
 (0)