File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,17 +7,17 @@ on: # yamllint disable-line rule:truthy
77permissions : {}
88
99jobs :
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
You can’t perform that action at this time.
0 commit comments