Skip to content

Commit 74b51d5

Browse files
authored
chore: synced local './' with remote 'docker/' (#81)
1 parent e8bdc61 commit 74b51d5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@
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",

.github/workflows/action-prettier.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
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"

0 commit comments

Comments
 (0)