1
0
mirror of https://github.com/actions/checkout.git synced 2026-06-14 16:53:47 +08:00

Add initial devcontainer configurations

This commit is contained in:
Carla Archuleta
2025-12-06 16:54:13 -07:00
committed by GitHub
parent 8e8c483db8
commit 441f1f4b8c

View File

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