From 7fa8ae9d42b8045ea98d30ce3b2cdce3f51f307a Mon Sep 17 00:00:00 2001 From: Alexey Alekhin Date: Wed, 31 Mar 2021 15:55:33 +0200 Subject: [PATCH] fix: multiline problem matcher (#39) --- .github/problem-matcher.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/problem-matcher.json b/.github/problem-matcher.json index c5b8441..361c3cd 100644 --- a/.github/problem-matcher.json +++ b/.github/problem-matcher.json @@ -14,9 +14,10 @@ { "regexp": "(SC\\d+):\\s(.+)$", "code": 1, - "message": 2 + "message": 2, + "loop": true } - ] + ] } ] - } \ No newline at end of file + }