node/.github/workflows/commit-lint-problem-matcher...

14 lines
193 B
JSON

{
"problemMatcher": [
{
"owner": "core-validate-commit",
"pattern": [
{
"regexp": "^not ok \\d+ (.*)$",
"message": 1
}
]
}
]
}