File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "problemMatcher" : [
3
+ {
4
+ "owner" : " markdownlint" ,
5
+ "pattern" : [
6
+ {
7
+ "regexp" : " ^([^:]*):(\\ d+):?(\\ d+)?\\ s([\\ w-\\ /]*)\\ s(.*)$" ,
8
+ "file" : 1 ,
9
+ "line" : 2 ,
10
+ "column" : 3 ,
11
+ "code" : 4 ,
12
+ "message" : 5
13
+ }
14
+ ]
15
+ }
16
+ ]
17
+ }
Original file line number Diff line number Diff line change 17
17
with :
18
18
python-version : " 3.12"
19
19
- run : echo "::add-matcher::.github/workflows/matchers/actionlint.json"
20
+ - run : echo "::add-matcher::.github/workflows/matchers/markdownlint.json"
20
21
- run : echo "::add-matcher::.github/workflows/matchers/mypy.json"
21
22
- uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
22
23
with :
Original file line number Diff line number Diff line change 38
38
- repo : https://github.com/igorshubovych/markdownlint-cli
39
39
rev : v0.45.0
40
40
hooks :
41
- - id : markdownlint-fix
41
+ - id : markdownlint
42
42
exclude : ' .*\.inc\.md'
43
+ stages : [manual] # Only run in CI
43
44
- repo : https://github.com/rhysd/actionlint
44
45
rev : v1.7.7
45
46
hooks :
You can’t perform that action at this time.
0 commit comments