We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc83b36 commit 0aba444Copy full SHA for 0aba444
.github/workflows/pr-workflow.yaml
@@ -28,7 +28,7 @@ jobs:
28
- name: Run kubeconform
29
shell: bash
30
run: |
31
- go install github.com/yannh/kubeconform/cmd/kubeconform@latest
+ go install github.com/yannh/kubeconform/cmd/kubeconform@v0.6.7
32
helm template charts/qdrant-kubernetes-api | kubeconform --summary -output pretty -schema-location default -schema-location "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/{{.NormalizedKubernetesVersion}}/{{.ResourceKind}}.json"
33
34
- name: Check Go Formatting
0 commit comments