Skip to content

use server generated from openapi specs #68

use server generated from openapi specs

use server generated from openapi specs #68

Workflow file for this run

name: lint
on:
push:
paths:
- '.github/workflows/lint.yml'
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 'stable'
check-latest: true
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: 'latest'