From 7fd150ea4a24c65f0823c7058311525e6e3ba4f2 Mon Sep 17 00:00:00 2001 From: GW_MC <72297530+GWMCwing@users.noreply.github.com> Date: Sat, 11 Apr 2026 07:33:26 +0000 Subject: [PATCH] feat: Add 'act' feature to devcontainer configuration --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b94b860..645d85e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -30,7 +30,8 @@ "ghcr.io/guiyomh/features/just:0": {}, "ghcr.io/devcontainers-extra/features/bun": { "version": "latest" - } + }, + "ghcr.io/devcontainers-extra/features/act": {} }, "customizations": {