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
7
.github/problem-matcher.json
vendored
7
.github/problem-matcher.json
vendored
|
@ -14,9 +14,10 @@
|
||||||
{
|
{
|
||||||
"regexp": "(SC\\d+):\\s(.+)$",
|
"regexp": "(SC\\d+):\\s(.+)$",
|
||||||
"code": 1,
|
"code": 1,
|
||||||
"message": 2
|
"message": 2,
|
||||||
|
"loop": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue