mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
fix: multiline problem matcher (#39)
This commit is contained in:
parent
f0d446b80e
commit
7fa8ae9d42
3
.github/problem-matcher.json
vendored
3
.github/problem-matcher.json
vendored
@ -14,7 +14,8 @@
|
||||
{
|
||||
"regexp": "(SC\\d+):\\s(.+)$",
|
||||
"code": 1,
|
||||
"message": 2
|
||||
"message": 2,
|
||||
"loop": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user