* GitHub Actions: Add check executables problem matcher
* Create a problem for testing
* Revert "Create a problem for testing"
This reverts commit 3532b3777f
.
14 lines
221 B
JSON
14 lines
221 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "check-executables-have-shebangs",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):\\s(.+)$",
|
|
"file": 1,
|
|
"message": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|