Skip to content

Commit

Permalink
Run schema check earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
dprince committed Dec 13, 2024
1 parent 04f07ac commit f9c70cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ repos:
entry: make
args: ["tidy"]
pass_filenames: false
- id: make-crd-schema-check
name: make-crd-schema-check
language: system
entry: make
args: ['crd-schema-check']
- id: make-manifests
name: make-manifests
language: system
Expand All @@ -25,11 +30,6 @@ repos:
entry: make
args: ['operator-lint']
pass_filenames: false
- id: make-crd-schema-check
name: make-crd-schema-check
language: system
entry: make
args: ['crd-schema-check']
- id: make-bindata
name: make-bindata
language: system
Expand Down

0 comments on commit f9c70cf

Please sign in to comment.