Skip to content

Commit

Permalink
Reinsert matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed May 14, 2024
1 parent 1a2a229 commit aefb79c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ runs:
${{ inputs.fawltydeps-version }}
${{ inputs.requirements-files || inputs.requirementsFiles }}
shell: bash
#- run: echo "::add-matcher::$GITHUB_ACTION_PATH/fawltydeps-matcher.json"
#shell: bash
- run: echo "::add-matcher::$GITHUB_ACTION_PATH/fawltydeps-matcher.json"
shell: bash
- id: run-fawltydeps
run: >
$GITHUB_ACTION_PATH/bin/run_fawltydeps
${{ inputs.options }}
${{ inputs.paths }}
shell: bash
#- run: echo "::remove-matcher owner=fawltydeps-matcher::"
#shell: bash
- run: echo "::remove-matcher owner=fawltydeps-matcher::"
shell: bash
4 changes: 2 additions & 2 deletions fawltydeps-matcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"message": 1
},
{
"regexp": "^ (.+):([0-9]+)$",
"regexp": "^ (.+):([0-9]+)$",
"file": 1,
"line": 2,
"loop": true
"loop": true
}
]
}
Expand Down

0 comments on commit aefb79c

Please sign in to comment.