Skip to content

Commit f86e637

Browse files
workflows: use make rpc-check in CI
1 parent 4eda708 commit f86e637

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
@@ -47,6 +47,9 @@ jobs:
4747
- name: Check code format
4848
run: make fmt-check
4949

50+
- name: Check RPC format
51+
run: make rpc-check
52+
5053
- name: compile code
5154
run: go install -v ./...
5255

0 commit comments

Comments
 (0)