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
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…
x
Reference in New Issue
Block a user