File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ runs:
36
36
${{ inputs.fawltydeps-version }}
37
37
${{ inputs.requirements-files || inputs.requirementsFiles }}
38
38
shell: bash
39
- # - run: echo "::add-matcher::$GITHUB_ACTION_PATH/fawltydeps-matcher.json"
40
- # shell: bash
39
+ - run : echo "::add-matcher::$GITHUB_ACTION_PATH/fawltydeps-matcher.json"
40
+ shell : bash
41
41
- id : run-fawltydeps
42
42
run : >
43
43
$GITHUB_ACTION_PATH/bin/run_fawltydeps
44
44
${{ inputs.options }}
45
45
${{ inputs.paths }}
46
46
shell : bash
47
- # - run: echo "::remove-matcher owner=fawltydeps-matcher::"
48
- # shell: bash
47
+ - run : echo "::remove-matcher owner=fawltydeps-matcher::"
48
+ shell : bash
Original file line number Diff line number Diff line change 8
8
"message" : 1
9
9
},
10
10
{
11
- "regexp" : " ^ (.+):([0-9]+)$" ,
11
+ "regexp" : " ^ (.+):([0-9]+)$" ,
12
12
"file" : 1 ,
13
13
"line" : 2 ,
14
- "loop" : true
14
+ "loop" : true
15
15
}
16
16
]
17
17
}
You can’t perform that action at this time.
0 commit comments