esphome/.github/workflows/matchers/ci-custom.json
2020-07-14 14:34:44 +02:00

17 lines
358 B
JSON

{
"problemMatcher": [
{
"owner": "ci-custom",
"pattern": [
{
"regexp": "^ERROR (.*):(\\d+):(\\d+) - (.*)$",
"file": 1,
"line": 2,
"column": 3,
"message": 4
}
]
}
]
}