Skip to content

Bump openapi generator to 7.2.0 and openapi-generator-cli #645

Bump openapi generator to 7.2.0 and openapi-generator-cli

Bump openapi generator to 7.2.0 and openapi-generator-cli #645

Workflow file for this run

name: Go Lint
on:
pull_request:
paths:
- "go/**"
- "openapi.json"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: latest
working-directory: go