Skip to content

feat: remove pattern validations for [int | str] types (#75) #144

feat: remove pattern validations for [int | str] types (#75)

feat: remove pattern validations for [int | str] types (#75) #144

Workflow file for this run

name: build-and-test-windows
on: [push, pull_request]
jobs:
build-and-test:
runs-on: windows-latest
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- run: go version
- run: go env
- run: go test ./...
- run: go build