Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#5329 from nawazkh/improve-pre-comm…
Browse files Browse the repository at this point in the history
…it-ux

Improve pre-commit UX part 2
  • Loading branch information
k8s-ci-robot authored Dec 10, 2024
2 parents 3ac9ff9 + 9fa2b4a commit 61c6f3f
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 @@ -48,19 +48,19 @@ repos:
name: Run make verify-shellcheck
entry: make verify-shellcheck
language: system
stages: [ pre-push ]
stages: [pre-push]
- id: make-conversions
name: Run make verify-conversions
entry: make verify-conversions
language: system
stages: [ pre-push ]
stages: [pre-push]
- id: make-tiltfile
name: Run make verify-tiltfile
entry: make verify-tiltfile
language: system
stages: [ pre-push ]
stages: [pre-push]
- id: make-test
name: Run make test
entry: make test
name: Run make go-test
entry: make go-test
language: system
stages: [pre-push]

0 comments on commit 61c6f3f

Please sign in to comment.