mirror of
https://github.com/lightninglabs/aperture.git
synced 2026-01-15 15:24:24 +01:00
build: fix yaml indentation issue
This commit is contained in:
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user