Skip to content

Commit

Permalink
omit matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed May 14, 2024
1 parent 846ac86 commit 5ed292c
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 5ed292c

Please sign in to comment.