We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b8d1b commit fa51fd5Copy full SHA for fa51fd5
.github/workflows/main.yml
@@ -27,15 +27,15 @@ env:
27
GO_VERSION: 1.19.2
28
29
jobs:
30
- rpc-check:
31
- name: RPC check
32
- runs-on: ubuntu-latest
33
- steps:
34
- - name: git checkout
35
- uses: actions/checkout@v3
+ rpc-check:
+ name: RPC check
+ runs-on: ubuntu-latest
+ steps:
+ - name: git checkout
+ uses: actions/checkout@v3
36
37
- - name: Generate RPC stubs and check REST annotations
38
- run: make rpc-check
+ - name: Generate RPC stubs and check REST annotations
+ run: make rpc-check
39
40
########################
41
# lint code
0 commit comments