From cbe8579bc3af57c3a7fa780c2f4078b665e7dc06 Mon Sep 17 00:00:00 2001 From: almouse Date: Tue, 11 Jul 2023 23:14:02 +0000 Subject: [PATCH] Add problem matcher json from git --- dist/problem-matcher.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dist/problem-matcher.json 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