Skip to content

cli: Update docs to use NewConfig #12

cli: Update docs to use NewConfig

cli: Update docs to use NewConfig #12

Workflow file for this run

name: Build and Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.12
- name: Test
run: make test