Skip to content

Commit ddc39db

Browse files
workflows: check go modules tidiness in CI workflow
1 parent f69c356 commit ddc39db

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: Check RPC format
5255
run: make rpc-check
5356

0 commit comments

Comments
 (0)