Skip to content

Commit 12d4273

Browse files
workflows: check go modules tidiness in CI workflow
1 parent d69d297 commit 12d4273

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
- name: Check code format
4949
run: make fmt-check
5050

51+
- name: Check go modules tidiness
52+
run: make tidy-module-check
53+
5154
- name: compile code
5255
run: go install -v ./...
5356

0 commit comments

Comments
 (0)