checkout/.devcontainer/devcontainer.json

6 lines
115 B
JSON
Raw Normal View History

git@github.com:actions/checkout.git
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {}
}