Skip to content

Commit 0fb6514

Browse files
Update examples and use shellcheck in this project
1 parent fed6817 commit 0fb6514

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
}
1919
},
2020
"features": {
21-
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
21+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
22+
"ghcr.io/CargoSense/devcontainer-features/shellcheck:1": {
23+
"version": "latest"
24+
}
2225
},
2326
"remoteUser": "node",
2427
"updateContentCommand": "npm install -g @devcontainers/cli"

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ The example below installs [actionlint](https://github.com/rhysd/actionlint) usi
1616
"name": "my-project-devcontainer",
1717
"image": "mcr.microsoft.com/devcontainers/base:debian",
1818
"features": {
19-
"ghcr.io/CargoSense/devcontainer-features/actionlint:1": {},
2019
"ghcr.io/CargoSense/devcontainer-features/postgresql-client:1": {
2120
"version": "16"
22-
}
21+
},
22+
"ghcr.io/CargoSense/devcontainer-features/shellcheck:1": {
23+
"version": "latest"
24+
},
2325
}
2426
}
2527
```

0 commit comments

Comments
 (0)