Skip to content

Commit

Permalink
Remove problem matchers before exit (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jan 29, 2023
1 parent e07831d commit 84dc453
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,13 @@ runs:
set +f # re-enable globbing
- name: Remove problem-matcher
shell: bash
run: |
echo "::remove-matcher owner=shellcheck-gcc::"
echo "::remove-matcher owner=shellcheck-gcc-notice::"
echo "::remove-matcher owner=shellcheck-tty::"
- name: Exit action
shell: bash
run: exit ${{steps.check.outputs.statuscode}}

0 comments on commit 84dc453

Please sign in to comment.