Skip to content

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

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 #16

Workflow file for this run

name: golangci-lint
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --issues-exit-code=1
only-new-issues: true
skip-pkg-cache: true
skip-build-cache: true