mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-28 00:06:06 +00:00
16 lines
No EOL
395 B
JSON
16 lines
No EOL
395 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "tsc",
|
|
"pattern": [
|
|
{
|
|
"regexp": "/^([^\\s].*)\\((\\d+|\\d+,\\d+|\\d+,\\d+,\\d+,\\d+)\\):\\s+(\\d+)\\s+(.*)$/",
|
|
"file": 1,
|
|
"location": 2,
|
|
"code": 3,
|
|
"message": 4
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |