mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
5e2c028e0f
- Remove unneeded 'context' directive - Update the list of extensions to install - Configure tasks to run super-linter - Remove redundant README - Remove outdated launch configurations and scripts
10 lines
154 B
JSON
10 lines
154 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run super-linter",
|
|
"type": "shell",
|
|
"command": "/action/lib/linter.sh"
|
|
}
|
|
]
|
|
}
|