Skip to content

Commit ea3e5dd

Browse files
committed
add devcontainer with act and kibot
1 parent 852658c commit ea3e5dd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "devContainer",
3+
"image": "ghcr.io/inti-cmnb/kicad9_auto_full:latest",
4+
"runArgs": [
5+
"-v",
6+
"/var/run/docker.sock:/var/run/docker.sock"
7+
],
8+
"postCreateCommand": "curl -sL https://raw.githubusercontent.com/nektos/act/master/install.sh | bash -s -- -b /usr/local/bin",
9+
"customizations": {
10+
"vscode": {
11+
"extensions": [
12+
"danielmeza.kicad-syntax-highlighter",
13+
"ESPHome.esphome-vscode",
14+
"argmaster.gerber-x3-x2-format-support",
15+
"ms-python.python",
16+
"ms-python.vscode-pylance",
17+
"github.vscode-github-actions"
18+
]
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)