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.
1 parent 88b3e63 commit e0652c6Copy full SHA for e0652c6
.lefthook.yml
@@ -37,16 +37,15 @@ pre-commit:
37
- go.sum
38
stage_fixed: true
39
- name: lint & format
40
- run: golangci-lint run ./...
41
glob: "*.go"
42
- stage_fixed: true
43
- - name: format markdown
44
- glob: "*md"
45
- run: go tool markdownfmt -w .
46
47
- - name: check release config
48
- glob: ".goreleaser.yaml"
49
- run: go tool goreleaser check
+ group:
+ parallel: false
+ jobs:
+ - name: format
+ run: golangci-lint fmt ./...
+ stage_fixed: true
+ - name: lint
+ run: golangci-lint run ./...
50
51
post-checkout:
52
parallel: false
0 commit comments