We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 415b68c commit f8b7addCopy full SHA for f8b7add
1 file changed
.github/workflows/lint.yml
@@ -19,11 +19,12 @@ jobs:
19
uses: actions/checkout@v4
20
21
- name: Run markdownlint
22
- uses: igorshubovych/markdownlint-cli-action@v0
+ uses: DavidAnson/markdownlint-cli2-action@v17
23
with:
24
- config: .markdownlint.json
25
- files: 'tutorial/**/*.md'
26
- ignore: 'tutorial/**/index.md'
+ config: '.markdownlint.json'
+ globs: |
+ tutorial/**/*.md
27
+ !tutorial/**/index.md
28
29
validate-frontmatter:
30
name: Validate Frontmatter
0 commit comments