mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 12:50:14 +00:00
13 lines
327 B
JSON
13 lines
327 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "test-problem-matcher",
|
|
"pattern": [
|
|
{
|
|
"regexp": "(No source code was seen during the build\\.|No JavaScript or TypeScript code found\\.)",
|
|
"message": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |