mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-12-13 20:21:48 +08:00
Create devcontainer for codespaces
This commit is contained in:
6
.devcontainer/devcontainer.json
Normal file
6
.devcontainer/devcontainer.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||||
|
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
|
||||||
|
{
|
||||||
|
"name": "@actions/upload-artifact",
|
||||||
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user