mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2024-08-16 10:09:53 +02:00
fix: multiline problem matcher (#39)
This commit is contained in:
parent
f0d446b80e
commit
7fa8ae9d42
1 changed files with 4 additions and 3 deletions
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…
Reference in a new issue