We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c4c4c commit ee95bfdCopy full SHA for ee95bfd
.devcontainer/devcontainer.json
@@ -14,7 +14,8 @@
14
"extensions": [
15
"ms-azuretools.vscode-docker",
16
"redhat.vscode-yaml",
17
- "ecmel.vscode-html-css"
+ "ecmel.vscode-html-css",
18
+ "github.vscode-github-actions"
19
]
20
}
21
},
.devcontainer/on-create.sh
@@ -23,3 +23,8 @@ git config pull.rebase true
23
24
# Create config from template
25
cat .devcontainer/odoo.cfg.tmpl | envsubst > odoo.cfg
26
+
27
+# Install act
28
+curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | bash
29
+mv ./bin/act /usr/local/bin/act
30
+rm -r ./bin/
0 commit comments