Skip to content

Do not process a type if it is ignored #130

Do not process a type if it is ignored

Do not process a type if it is ignored #130

Workflow file for this run

name: Build
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.x
- run: go mod download
- run: go test -v ./...
- run: go build -v .
- run: ./test.sh