Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 4b0cd9c

Browse files
committed
1 parent 5713146 commit 4b0cd9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.trunk/trunk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ lint:
1818
- black@22.10.0
1919
- buf-format@1.9.0
2020
- buf-lint@1.9.0
21+
- check-go-mod
2122
- clippy@1.65.0
2223
- flake8@5.0.4
2324
- git-diff-check
2425
- gitleaks@8.15.0
25-
- go-check-mod
2626
- gofmt@1.19.3
2727
- golangci-lint@1.50.1
2828
- goreleaser-check@1.12.3
@@ -36,7 +36,7 @@ lint:
3636
- svgo@3.0.0
3737
- taplo@0.7.0
3838
definitions:
39-
- name: go-check-mod
39+
- name: check-go-mod
4040
commands:
4141
- name: lint
4242
output: pass_fail
@@ -64,7 +64,7 @@ lint:
6464
parse_regex: goreleaser version ${semver} .*
6565
run: goreleaser --version
6666
triggers:
67-
- linters: [go-check-mod]
67+
- linters: [check-go-mod]
6868
targets: [go.mod]
6969
paths: [go.mod, go.sum, vendor/**]
7070
- linters: [goreleaser-check]

0 commit comments

Comments
 (0)