mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
Remove problem matchers before exit (#86)
This commit is contained in:
parent
e07831dc6f
commit
84dc45371e
1 changed files with 7 additions and 0 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue