File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22 "name" : " Docker Dev Container" ,
33 "image" : " mcr.microsoft.com/devcontainers/base:ubuntu" ,
44 "features" : {
5- "ghcr.io/devcontainers-community/npm-features/prettier:1" : {},
5+ "ghcr.io/devcontainers-community/npm-features/prettier:1" : {
6+ "plugins" : " prettier-plugin-sh prettier-plugin-jinja-template"
7+ },
68 "ghcr.io/devcontainers-extra/features/actionlint:1" : {},
79 "ghcr.io/devcontainers-extra/features/checkov:1" : {},
810 "ghcr.io/devcontainers-extra/features/markdownlint-cli:1" : {},
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Checkout
2020 uses : actions/checkout@v5
21+ with :
22+ persist-credentials : false
2123
2224 - name : Docker Hub Description
2325 uses : peter-evans/dockerhub-description@v4
You can’t perform that action at this time.
0 commit comments