This commit is contained in:
2026-04-02 19:28:02 +08:00
commit 2abccfbb4d
96 changed files with 54269 additions and 0 deletions

13
dist/problem-matcher.json vendored Normal file
View File

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