mirror of
https://github.com/github/codeql-action.git
synced 2026-05-08 14:50:21 +00:00
add test error matcher
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "test-problem-matcher",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "(No source code was seen during the build\\.|No JavaScript or TypeScript code found\\.)",
|
||||
"message": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user