Skip to content

Commit fa51fd5

Browse files
committed
build: fix yaml indentation issue
1 parent 68b8d1b commit fa51fd5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ env:
2727
GO_VERSION: 1.19.2
2828

2929
jobs:
30-
rpc-check:
31-
name: RPC check
32-
runs-on: ubuntu-latest
33-
steps:
34-
- name: git checkout
35-
uses: actions/checkout@v3
30+
rpc-check:
31+
name: RPC check
32+
runs-on: ubuntu-latest
33+
steps:
34+
- name: git checkout
35+
uses: actions/checkout@v3
3636

37-
- name: Generate RPC stubs and check REST annotations
38-
run: make rpc-check
37+
- name: Generate RPC stubs and check REST annotations
38+
run: make rpc-check
3939

4040
########################
4141
# lint code

0 commit comments

Comments
 (0)