mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
Merge 56f7061948
into e6b1d2755f
This commit is contained in:
commit
2a8ebfcbb4
1 changed files with 16 additions and 0 deletions
16
.vscode/tasks.json
vendored
Normal file
16
.vscode/tasks.json
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "markdownlint",
|
||||
"problemMatcher": [
|
||||
"$markdownlint"
|
||||
],
|
||||
"label": "markdownlint: Lint all Markdown files in the workspace with markdownlint",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue