Skip to content

Commit 23e1394

Browse files
committed
[Build] Fix 'api-problems' problem-matcher for shared Github workflow
1 parent 420686a commit 23e1394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/matcher/api-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"owner": "api-problems",
55
"pattern": [
66
{
7-
"regexp": "^\\[API\\s(\\w+)\\].*line\\s(\\d+):\\s(.+)\\(location:\\s(.+)\\)$",
7+
"regexp": "\\[API (ERROR|WARNING)\\].* at line (\\d+):\\s(.+)\\(location:\\s(.+)\\)$",
88
"severity": 1,
99
"line": 2,
1010
"message": 3,

0 commit comments

Comments
 (0)