Daniel Gibbs
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
4 additions and
1 deletions
-
.devcontainer/devcontainer.json
-
.github/workflows/action-prettier.yml
|
|
@ -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", |
|
|
|
|
|
@ -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" |
|
|
|