File tree 1 file changed +14
-18
lines changed
1 file changed +14
-18
lines changed Original file line number Diff line number Diff line change 8
8
lint :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
12
- with :
13
- fetch-depth : 0
14
- - uses : tj-actions/changed-files@v45
15
- id : changed-files
16
- with :
17
- files : ' docs/**/*.md'
18
- separator : " ,"
19
- - uses : DavidAnson/markdownlint-cli2-action@v18
20
- if : steps.changed-files.outputs.any_changed == 'true'
21
- with :
22
- globs : ${{ steps.changed-files.outputs.all_changed_files }}
23
- separator : " ,"
24
- - name : markdownlint-cli2-action
25
- uses :
DavidAnson/[email protected]
26
- with :
27
- config : " .github/actions/docs/markdownlint-cli2/.markdownlint.json"
28
- globs : " docs/**/*.md"
11
+ - uses : actions/checkout@v4
12
+ with :
13
+ fetch-depth : 0
14
+ - uses : tj-actions/changed-files@v45
15
+ id : changed-files
16
+ with :
17
+ files : " docs/**/*.md"
18
+ separator : " ,"
19
+ - uses : DavidAnson/markdownlint-cli2-action@v18
20
+ if : steps.changed-files.outputs.any_changed == 'true'
21
+ with :
22
+ globs : ${{ steps.changed-files.outputs.all_changed_files }}
23
+ separator : " ,"
24
+ config : " .github/actions/docs/markdownlint-cli2/.markdownlint.json"
You can’t perform that action at this time.
0 commit comments