We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f04af commit 5f9edf5Copy full SHA for 5f9edf5
1 file changed
.github/workflows/__shared-ci.yml
@@ -19,6 +19,12 @@ permissions:
19
jobs:
20
linter:
21
uses: hoverkraft-tech/ci-github.qkg1.topmon/.github/workflows/linter.yml@9a3d71ca9f68bc1061db8ea1442084ac31a0f8bf # 0.23.0
22
+ with:
23
+ # FIXME: Remove this on next super-linter release
24
+ linter-env: |
25
+ VALIDATE_JAVASCRIPT_PRETTIER=false
26
+ VALIDATE_KUBERNETES_KUBECONFORM=false
27
+
28
test-action-docker-build-image:
29
needs: linter
30
uses: ./.github/workflows/__test-action-docker-build-image.yml
0 commit comments