From fa51fd5d8ac6ba53ccbef1df73024cfb156491db Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 14 Jun 2023 19:47:41 -0500 Subject: [PATCH] build: fix yaml indentation issue --- .github/workflows/main.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 83eb33b..165208f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,15 +27,15 @@ env: GO_VERSION: 1.19.2 jobs: - rpc-check: - name: RPC check - runs-on: ubuntu-latest - steps: - - name: git checkout - uses: actions/checkout@v3 + rpc-check: + name: RPC check + runs-on: ubuntu-latest + steps: + - name: git checkout + uses: actions/checkout@v3 - - name: Generate RPC stubs and check REST annotations - run: make rpc-check + - name: Generate RPC stubs and check REST annotations + run: make rpc-check ######################## # lint code