1
0
mirror of https://github.com/ludeeus/action-shellcheck.git synced 2025-07-25 03:59:59 +02:00

Add basic devcontainer ()

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

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