diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index a999173..36d64de 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -22,4 +22,6 @@ jobs: -summary \ -verbose \ -output pretty \ - -ignore-missing-schemas + -ignore-missing-schemas \ + -schema-location "https://raw.githubusercontent.com/jetstack/cert-manager/master/deploy/crds/{{ .Group }}_{{ .Version }}_{{ .Kind }}.json" +