esphome/.github/workflows/matchers/ci-custom.json
2021-11-26 09:54:11 +13:00

16 lines
354 B
JSON

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