mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
15 lines
334 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|