mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-08-18 23:46:27 +02:00
fix: multiline problem matcher (#39)
This commit is contained in:
7
.github/problem-matcher.json
vendored
7
.github/problem-matcher.json
vendored
@@ -14,9 +14,10 @@
|
||||
{
|
||||
"regexp": "(SC\\d+):\\s(.+)$",
|
||||
"code": 1,
|
||||
"message": 2
|
||||
"message": 2,
|
||||
"loop": true
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user