mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 09:31:57 +01:00
Remove problem matchers before exit (#86)
This commit is contained in:
parent
e07831dc6f
commit
84dc45371e
@ -230,6 +230,13 @@ runs:
|
|||||||
|
|
||||||
set +f # re-enable globbing
|
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
|
- name: Exit action
|
||||||
shell: bash
|
shell: bash
|
||||||
run: exit ${{steps.check.outputs.statuscode}}
|
run: exit ${{steps.check.outputs.statuscode}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user