Skip to content

Commit

Permalink
Include act in dev container features
Browse files Browse the repository at this point in the history
This allows Github Actions to be used locally.
  • Loading branch information
brunoldsilva committed Oct 19, 2023
1 parent 45c96d0 commit bb4b927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers-contrib/features/act:1": {}
"ghcr.io/devcontainers-contrib/features/act:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
}
}

0 comments on commit bb4b927

Please sign in to comment.