Add basic devcontainer (#84)

This commit is contained in:
Joakim Sørensen 2023-01-29 16:34:46 +01:00 committed by GitHub
parent e5c9260d11
commit c4b2ed0185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.devcontainer.json Normal file
View File

@ -0,0 +1,4 @@
{
"name": "ludeeus/action-shellcheck",
"image": "mcr.microsoft.com/devcontainers/base:bullseye"
}