Skip to content

Commit 246371c

Browse files
committed
chore: i dont want linters
1 parent db1e7e9 commit 246371c

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/__shared-ci.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ on: # yamllint disable-line rule:truthy
77
permissions: {}
88

99
jobs:
10-
linter:
11-
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
12-
permissions:
13-
actions: read
14-
contents: read
15-
statuses: write
16-
security-events: write
17-
with:
18-
# FIXME: Remove useless linters on next super-linter release
19-
linter-env: |
20-
VALIDATE_KUBERNETES_KUBECONFORM=false
10+
# linter:
11+
# uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@b17226e57c8ef31f860719766656ebb6df017218 # 0.31.6
12+
# permissions:
13+
# actions: read
14+
# contents: read
15+
# statuses: write
16+
# security-events: write
17+
# with:
18+
# # FIXME: Remove useless linters on next super-linter release
19+
# linter-env: |
20+
# VALIDATE_KUBERNETES_KUBECONFORM=false
2121

2222
tests-charts:
2323
name: Tests - Charts

0 commit comments

Comments
 (0)