File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 77 push :
88 branches :
99 - " main"
10+
1011 paths :
1112 - " **/*.md"
13+ - " .github/workflows/ci-markdown.yml"
14+ - " .markdownlint-cli2.jsonc"
15+
1216 pull_request :
1317 paths :
1418 - " **/*.md"
19+ - " .github/workflows/ci-markdown.yml"
20+ - " .markdownlint-cli2.jsonc"
21+
1522 workflow_dispatch :
1623
1724permissions :
2734 runs-on : ubuntu-latest
2835
2936 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
3438
35- - name : Run markdownlint
39+ - name : Run markdownlint-cli2
3640 uses : DavidAnson/markdownlint-cli2-action@30a0e04f1870d58f8d717450cc6134995f993c63 # v21.0.0
You can’t perform that action at this time.
0 commit comments