Skip to content

feat: impl all item regex pattern in the openapi gen schema #149

feat: impl all item regex pattern in the openapi gen schema

feat: impl all item regex pattern in the openapi gen schema #149

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