We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e244c commit a2f21c9Copy full SHA for a2f21c9
1 file changed
.github/workflows/ci-markdown.yml
@@ -7,11 +7,18 @@ on:
7
push:
8
branches:
9
- "main"
10
+
11
paths:
12
- "**/*.md"
13
+ - ".github/workflows/ci-markdown.yml"
14
+ - ".markdownlint-cli2.jsonc"
15
16
pull_request:
17
18
19
20
21
22
workflow_dispatch:
23
24
permissions:
@@ -27,10 +34,7 @@ jobs:
27
34
runs-on: ubuntu-latest
28
35
29
36
steps:
30
- - name: Check out the repository
31
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
32
- with:
33
- fetch-depth: 10
37
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
38
- - name: Run markdownlint
39
+ - name: Run markdownlint-cli2
40
uses: DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
0 commit comments