Skip to content

update readme about how to start up fullnode #970

update readme about how to start up fullnode

update readme about how to start up fullnode #970

Workflow file for this run

on: [push, pull_request]
name: Swag Doc
jobs:
doc:
strategy:
matrix:
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Swag
run: |
make gen-doc