Skip to content

Update OpenAPI for 809fa873005ffe9e4211f1ab91ef07e1c688cc79 #3151

Update OpenAPI for 809fa873005ffe9e4211f1ab91ef07e1c688cc79

Update OpenAPI for 809fa873005ffe9e4211f1ab91ef07e1c688cc79 #3151

Workflow file for this run

on: [push, pull_request]
name: CI
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.22.1
- name: test
run: |
go install golang.org/x/lint/golint@latest &&
go install github.com/go-bindata/go-bindata/...@latest &&
go install honnef.co/go/tools/cmd/staticcheck@latest &&
go generate &&
make