File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " Docker Dev Container" ,
3
3
"image" : " mcr.microsoft.com/devcontainers/base:ubuntu" ,
4
4
"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
+ },
6
8
"ghcr.io/devcontainers-extra/features/actionlint:1" : {},
7
9
"ghcr.io/devcontainers-extra/features/checkov:1" : {},
8
10
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1" : {},
Original file line number Diff line number Diff line change 1
1
name : Update Docker Hub Description
2
+
2
3
on :
3
4
workflow_dispatch :
4
5
push :
18
19
steps :
19
20
- name : Checkout
20
21
uses : actions/checkout@v5
22
+ with :
23
+ persist-credentials : false
21
24
22
25
- name : Docker Hub Description
23
26
uses : peter-evans/dockerhub-description@v4
You can’t perform that action at this time.
0 commit comments