content / .github /workflows /url-issues-problem-matcher.json
AbdulElahGwaith's picture
Upload folder using huggingface_hub
780c9fe verified
{
"problemMatcher": [
{
"owner": "log-url-issues",
"severity": "error",
"pattern": [
{
"regexp": "^(ERROR|WARN|INFO):(.+):(\\d+):(\\d+):(.+)$",
"severity": 1,
"file": 2,
"line": 3,
"column": 4,
"message": 5
}
]
}
]
}