Skip to content

Add parsing for max and min length, nullable for response body, add example for parameters #14

Add parsing for max and min length, nullable for response body, add example for parameters

Add parsing for max and min length, nullable for response body, add example for parameters #14

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Source
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
check-latest: true
- name: Build and Test
run: |
go mod tidy
go build
go test -v ./...