* GitHub Actions: Add json problem matcher
* Create a problem for testing
* Revert "Create a problem for testing"
This reverts commit d7735e4af3
.
16 lines
280 B
JSON
16 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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|