1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-08-14 09:20:51 +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": {}
}