Skip to content

Commit

Permalink
Update examples and use shellcheck in this project
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623-cargosense committed Feb 29, 2024
1 parent fed6817 commit 0fb6514
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
}
},
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/CargoSense/devcontainer-features/shellcheck:1": {
"version": "latest"
}
},
"remoteUser": "node",
"updateContentCommand": "npm install -g @devcontainers/cli"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ The example below installs [actionlint](https://github.com/rhysd/actionlint) usi
"name": "my-project-devcontainer",
"image": "mcr.microsoft.com/devcontainers/base:debian",
"features": {
"ghcr.io/CargoSense/devcontainer-features/actionlint:1": {},
"ghcr.io/CargoSense/devcontainer-features/postgresql-client:1": {
"version": "16"
}
},
"ghcr.io/CargoSense/devcontainer-features/shellcheck:1": {
"version": "latest"
},
}
}
```
Expand Down

0 comments on commit 0fb6514

Please sign in to comment.