Skip to content

Commit 9662432

Browse files
workflows: use make rpc-check in CI
1 parent b668d3e commit 9662432

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 RPC format
52+
run: make rpc-check
53+
5154
- name: compile code
5255
run: go install -v ./...
5356

0 commit comments

Comments
 (0)