Skip to content

Replace manual types with generated types and cut a new tag for v1 #32

Replace manual types with generated types and cut a new tag for v1

Replace manual types with generated types and cut a new tag for v1 #32

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: 'go.mod'
check-latest: true
- run: |
go vet ./...
go test ./... --cover