mirror of
https://github.com/ludeeus/action-shellcheck.git
synced 2025-01-18 17:41:58 +01:00
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "shellcheck",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^In\\s(.+)\\sline\\s(\\d+):$",
|
|
"file": 1,
|
|
"line": 2
|
|
},
|
|
{
|
|
"regexp": ".*"
|
|
},
|
|
{
|
|
"regexp": "(SC\\d+):\\s(.+)$",
|
|
"code": 1,
|
|
"message": 2,
|
|
"loop": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|