Files
cocos-engine/.github/workflows/build-problem-matcher.json
2022-04-25 21:16:43 +08:00

15 lines
334 B
JSON

// https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md
{
"problemMatcher": [
{
"owner": "<Web> build",
"pattern": [
{
"regexp": "^Circular dependency: (.*)$",
"message": 0
}
]
}
]
}