File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 99 "ghcr.io/devcontainers-extra/features/shellcheck:1" : {},
1010 "ghcr.io/devcontainers-extra/features/yamllint:2" : {},
1111 "ghcr.io/devcontainers/features/docker-outside-of-docker:1" : {},
12- "ghcr.io/devcontainers/features/github-cli:1" : {}
12+ "ghcr.io/devcontainers/features/github-cli:1" : {},
13+ "ghcr.io/dhoeric/features/hadolint:1" : {}
1314 },
1415 "customizations" : {
1516 "vscode" : {
1617 "extensions" : [
1718 " DavidAnson.vscode-markdownlint" ,
1819 " editorconfig.editorconfig" ,
1920 " esbenp.prettier-vscode" ,
21+ " exiasr.hadolint" ,
2022 " github.vscode-github-actions" ,
2123 " GitHub.vscode-pull-request-github" ,
2224 " ms-azuretools.vscode-containers" ,
Original file line number Diff line number Diff line change 3030 prettier_plugins : " prettier-plugin-sh prettier-plugin-jinja-template"
3131 prettier_options : --write .
3232 github_token : ${{ secrets.GITHUB_TOKEN }}
33+ commit_message : " chore(prettier): format code"
You can’t perform that action at this time.
0 commit comments