actions/checkout/dist/problem-matcher.json
2024-10-23 00:23:44 +03:00

14 lines
254 B
JSON

{
"problemMatcher": [
{
"owner": "checkout-git",
"pattern": [
{
"regexp": "^(fatal|error): (.*)$",
"message": 2
}
]
}
]
}