1
0
mirror of https://github.com/ludeeus/action-shellcheck.git synced 2025-07-12 05:29:59 +02:00

Remove problem matcher

Fixes 
This commit is contained in:
Joakim Sørensen 2020-07-14 20:29:42 +02:00 committed by GitHub
parent 637bb438ec
commit 2394c9008b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,6 @@
#!/bin/bash
## Enable problem matcher
echo "::add-matcher::.github/problem-matcher.json"
cd "$GITHUB_WORKSPACE" || exit 1