mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -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"
|
||||
},
|
||||
{
|
||||
"source": "${localWorkspaceFolder}/lib/linter.sh",
|
||||
"target": "/action/lib/linter.sh",
|
||||
"type": "bind"
|
||||
},
|
||||
{
|
||||
"source": "${localWorkspaceFolder}/lib/functions",
|
||||
"target": "/action/lib/functions",
|
||||
"source": "${localWorkspaceFolder}/lib",
|
||||
"target": "/action/lib",
|
||||
"type": "bind"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue