0
mirror of https://github.com/actions/checkout.git synced 2025-08-14 10:05:07 +00:00

Create devcontainer.json

This commit is contained in:
Dylan Wharton 2025-08-13 19:54:15 -04:00 committed by GitHub
parent ff7abcd0c3
commit fac934b78e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,4 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {}
}