Always run fmt check in CI (#2546)
parent
6718ea6ff1
commit
fa1cbc2896
|
@ -20,6 +20,7 @@ pipeline:
|
|||
- make generate
|
||||
- make vet
|
||||
- make lint
|
||||
- make fmt-check
|
||||
- make stylesheets-check
|
||||
- make misspell-check
|
||||
- make test-vendor
|
||||
|
|
Loading…
Reference in New Issue