Skip to content

Commit

Permalink
pre-commit: Set require_serial: true for crd-schema, and bindata checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dprince committed Dec 18, 2024
1 parent 79f81d6 commit 7d4e47d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ repos:
args: ['operator-lint']
pass_filenames: false
- id: make-crd-schema-check
require_serial: true
name: make-crd-schema-check
language: system
entry: make
args: ['crd-schema-check']
- id: make-bindata
require_serial: true
name: make-bindata
language: system
entry: make
Expand Down

0 comments on commit 7d4e47d

Please sign in to comment.