Files
core/.github/workflows/matchers/check-executables-have-shebangs.json

15 lines
275 B
JSON

{
"problemMatcher": [
{
"owner": "check-executables-have-shebangs",
"pattern": [
{
"regexp": "^(.+):\\s(marked executable but has no \\(or invalid\\) shebang!.*)$",
"file": 1,
"message": 2
}
]
}
]
}