From 5ed292c9cf2b306fda13e1c945597927c4426d99 Mon Sep 17 00:00:00 2001 From: Richard Bullington-McGuire Date: Tue, 14 May 2024 16:33:04 -0400 Subject: [PATCH] omit matcher --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index 2573b23..144e5bb 100644 --- a/action.yml +++ b/action.yml @@ -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