From 02c4f9c5961d85ebfe5209bd79851b7d95ffdb1f Mon Sep 17 00:00:00 2001 From: ab Date: Sun, 13 Apr 2025 10:44:13 +0000 Subject: [PATCH] Update .gitea/workflows/lint.yaml --- .gitea/workflows/lint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" +