diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2286ba9..d7b9d10 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -15,6 +15,7 @@ "source=${env:HOME}${env:USERPROFILE}/.npmrc,target=/home/vscode/.npmrc,type=bind" ], "features": { + "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/docker-outside-of-docker:1": { "version": "latest", "moby": "true", diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f931ac8..608421a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: release workflow +name: merge to main workflow on: push: