From 74b51d5838a6cfeaf0fe4724ead2ec61c770eeb6 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 18 Aug 2025 21:28:51 +0100 Subject: [PATCH] chore: synced local './' with remote 'docker/' (#81) --- .devcontainer/devcontainer.json | 4 +++- .github/workflows/action-prettier.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 43a2b01..ad08e67 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -9,7 +9,8 @@ "ghcr.io/devcontainers-extra/features/shellcheck:1": {}, "ghcr.io/devcontainers-extra/features/yamllint:2": {}, "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, - "ghcr.io/devcontainers/features/github-cli:1": {} + "ghcr.io/devcontainers/features/github-cli:1": {}, + "ghcr.io/dhoeric/features/hadolint:1": {} }, "customizations": { "vscode": { @@ -17,6 +18,7 @@ "DavidAnson.vscode-markdownlint", "editorconfig.editorconfig", "esbenp.prettier-vscode", + "exiasr.hadolint", "github.vscode-github-actions", "GitHub.vscode-pull-request-github", "ms-azuretools.vscode-containers", diff --git a/.github/workflows/action-prettier.yml b/.github/workflows/action-prettier.yml index 8915985..9560634 100644 --- a/.github/workflows/action-prettier.yml +++ b/.github/workflows/action-prettier.yml @@ -30,3 +30,4 @@ jobs: prettier_plugins: "prettier-plugin-sh prettier-plugin-jinja-template" prettier_options: --write . github_token: ${{ secrets.GITHUB_TOKEN }} + commit_message: "chore(prettier): format code"