Skip to content

Commit aefb79c

Browse files
Reinsert matcher
1 parent 1a2a229 commit aefb79c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ runs:
3636
${{ inputs.fawltydeps-version }}
3737
${{ inputs.requirements-files || inputs.requirementsFiles }}
3838
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
4141
- id: run-fawltydeps
4242
run: >
4343
$GITHUB_ACTION_PATH/bin/run_fawltydeps
4444
${{ inputs.options }}
4545
${{ inputs.paths }}
4646
shell: bash
47-
#- run: echo "::remove-matcher owner=fawltydeps-matcher::"
48-
#shell: bash
47+
- run: echo "::remove-matcher owner=fawltydeps-matcher::"
48+
shell: bash

fawltydeps-matcher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"message": 1
99
},
1010
{
11-
"regexp": "^ (.+):([0-9]+)$",
11+
"regexp": "^ (.+):([0-9]+)$",
1212
"file": 1,
1313
"line": 2,
14-
"loop": true
14+
"loop": true
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)