0
1
mirror of https://github.com/actions/checkout synced 2024-06-02 18:48:04 +02:00
checkout/dist/problem-matcher.json

13 lines
253 B
JSON
Raw Normal View History

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