mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
chore: mount the whole lib dir in the devcontainer (#5984)
Bind-mount the whole lib directory as /action/lib in the devcontainer so we don't have to manually add lib subdirectories to the devcontainer configuration as we create them.
This commit is contained in:
parent
6fdc091361
commit
30fc3ae199
1 changed files with 2 additions and 7 deletions
|
@ -24,13 +24,8 @@
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "${localWorkspaceFolder}/lib/linter.sh",
|
"source": "${localWorkspaceFolder}/lib",
|
||||||
"target": "/action/lib/linter.sh",
|
"target": "/action/lib",
|
||||||
"type": "bind"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"source": "${localWorkspaceFolder}/lib/functions",
|
|
||||||
"target": "/action/lib/functions",
|
|
||||||
"type": "bind"
|
"type": "bind"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue