Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "Docker Dev Container",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers-community/npm-features/prettier:1": {},
"ghcr.io/devcontainers-community/npm-features/prettier:1": {
"plugins": "prettier-plugin-sh prettier-plugin-jinja-template"
},
"ghcr.io/devcontainers-extra/features/actionlint:1": {},
"ghcr.io/devcontainers-extra/features/checkov:1": {},
"ghcr.io/devcontainers-extra/features/markdownlint-cli:1": {},
Expand Down
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/action-dockerhub-description.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Update Docker Hub Description

on:
workflow_dispatch:
push:
Expand All @@ -18,6 +19,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
with:
persist-credentials: false

- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/action-prettier.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Prettier

on:
workflow_dispatch:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/action-super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Super Linter

on:
Expand Down Expand Up @@ -42,6 +41,7 @@ jobs:
env:
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
VALIDATE_JSCPD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Update copyright year(s) in license file

on:
workflow_dispatch:
schedule:
Expand Down