Skip to content

update README with instructions for sync command (#66) #46

update README with instructions for sync command (#66)

update README with instructions for sync command (#66) #46

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '^1.17.5'
- run: make test