3
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2024-11-22 19:29:32 +01:00

Create devcontainer.json

This commit is contained in:
Mohammedalduhamshi 2024-11-22 04:01:17 +03:00 committed by GitHub
parent cbb722410c
commit 7a61962821
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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