We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efea27 commit c78f474Copy full SHA for c78f474
1 file changed
.github/workflows/__shared-ci.yml
@@ -17,11 +17,6 @@ permissions:
17
jobs:
18
linter:
19
uses: hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@1c379f7f6e0fc850fe5a7111f74d54e159b4dcd2 # 0.26.0
20
- with:
21
- # FIXME: Remove useless linters on next super-linter release
22
- linter-env: |
23
- VALIDATE_JAVASCRIPT_PRETTIER=false
24
- VALIDATE_KUBERNETES_KUBECONFORM=false
25
26
test-action-docker-build-image:
27
needs: linter
0 commit comments