forked from home-assistant/core
* GitHub Actions: Add json problem matcher * Create a problem for testing * Revert "Create a problem for testing" This reverts commit d7735e4af39a18cb8d080bfc01e483065bbd06b6.
17 lines
280 B
JSON
17 lines
280 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "check-json",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):\\s(.+\\sline\\s(\\d+)\\scolumn\\s(\\d+).+)$",
|
|
"file": 1,
|
|
"message": 2,
|
|
"line": 3,
|
|
"column": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|