mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
11 lines
154 B
JSON
11 lines
154 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "Run super-linter",
|
||
|
"type": "shell",
|
||
|
"command": "/action/lib/linter.sh"
|
||
|
}
|
||
|
]
|
||
|
}
|