mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 21:47:08 +00:00
* GitHub Actions: Add json problem matcher
* Create a problem for testing
* Revert "Create a problem for testing"
This reverts commit d7735e4af3.
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|