We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ac9ff9 + 9fa2b4a commit 61c6f3fCopy full SHA for 61c6f3f
.pre-commit-config.yaml
@@ -48,19 +48,19 @@ repos:
48
name: Run make verify-shellcheck
49
entry: make verify-shellcheck
50
language: system
51
- stages: [ pre-push ]
+ stages: [pre-push]
52
- id: make-conversions
53
name: Run make verify-conversions
54
entry: make verify-conversions
55
56
57
- id: make-tiltfile
58
name: Run make verify-tiltfile
59
entry: make verify-tiltfile
60
61
62
- id: make-test
63
- name: Run make test
64
- entry: make test
+ name: Run make go-test
+ entry: make go-test
65
66
stages: [pre-push]
0 commit comments