mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:35:20 +02:00
fa6bd786d2
* GitHub Actions: Add check executables problem matcher
* Create a problem for testing
* Revert "Create a problem for testing"
This reverts commit 3532b3777f.
15 lines
221 B
JSON
15 lines
221 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "check-executables-have-shebangs",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(.+):\\s(.+)$",
|
|
"file": 1,
|
|
"message": 2
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|