diff --git a/dist/problem-matcher.json b/dist/problem-matcher.json new file mode 100644 index 0000000..071f2cb --- /dev/null +++ b/dist/problem-matcher.json @@ -0,0 +1,13 @@ +{ + "problemMatcher": [ + { + "owner": "checkout-git", + "pattern": [ + { + "regexp": "^(fatal|error): (.*)$", + "message": 2 + } + ] + } + ] +} \ No newline at end of file