diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0e07b828..15b787c5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" } ],