We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d984f8 commit 9e11728Copy full SHA for 9e11728
.github/workflows/lint-markdown.yml
@@ -3,7 +3,7 @@ name: Lint Markdown
3
on: # yamllint disable-line rule:truthy
4
pull_request:
5
paths:
6
- - '**/*.md'
+ - "**/*.md"
7
8
jobs:
9
markdownlint:
@@ -12,7 +12,7 @@ jobs:
12
changed-files: ${{ steps.file-changes.outputs.changed-files }}
13
14
steps:
15
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
@@ -30,7 +30,7 @@ jobs:
30
fi
31
32
- name: Run markdownlint
33
- uses: reviewdog/action-markdownlint@v0.9.0
+ uses: reviewdog/action-markdownlint@v0
34
35
fail_on_error: false
36
filter_mode: diff_context
0 commit comments