Skip to content

Commit 8cec7cb

Browse files
authored
chore: fix linter findings
1 parent a0ba5b2 commit 8cec7cb

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138

139139
publish-devcontainer-templates:
140140
name: 📝 Publish templates
141-
used: ./.github/workflows/wc-publish-templates.yml
141+
uses: ./.github/workflows/wc-publish-templates.yml
142142
permissions:
143143
packages: write # is needed by devcontainers/action to write templates as OCI artifacts
144144

.github/workflows/wc-publish-templates.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
name: Publish Templates
33

44
on:
5-
pull_request:
65
workflow_call:
7-
workflow_dispatch:
86

97
permissions: {}
108

.mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PRINT_ALPACA: false
2121
SHOW_SKIPPED_LINTERS: false
2222
SPELL_LYCHEE_FILE_EXTENSIONS:
2323
[".feature", ".json", ".md", ".md.j2", ".txt", ".yaml", ".yml"]
24-
DOCKERFILE_HADOLINT_FILTER_REGEX_EXCLUDE: (\.devcontainer/.*-template/.*$)
24+
DOCKERFILE_HADOLINT_FILTER_REGEX_EXCLUDE: (\templates/.*-template/.*$)
2525
FILTER_REGEX_EXCLUDE: (CHANGELOG.md|package-lock.json)
2626
# tasks.json is wrongfully matched against another schema,
2727
# and schemas for .vscode/[tasks.json|launch.json] are built

0 commit comments

Comments
 (0)