Skip to content

Commit

Permalink
chore(devcontainer): add act feature
Browse files Browse the repository at this point in the history
  • Loading branch information
koralowiec committed Jan 13, 2025
1 parent f83c8b7 commit 5e03ab2
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 @@ -21,7 +21,8 @@
"ghcr.io/lukewiwa/features/shellcheck:0.2.3": {},
"ghcr.io/guiyomh/features/just:0": {},
"ghcr.io/devcontainers-extra/features/pre-commit:2": {},
"ghcr.io/devcontainers-extra/features/tmux-homebrew:1": {}
"ghcr.io/devcontainers-extra/features/tmux-homebrew:1": {},
"ghcr.io/devcontainers-extra/features/act:1": {}
},
"postCreateCommand": "/bin/bash -ex ./.devcontainer/setup.sh > postCreateCommand.log"
}

0 comments on commit 5e03ab2

Please sign in to comment.