Skip to content

fix(compilers/openapi): find a subtype's tag past its parent #650

fix(compilers/openapi): find a subtype's tag past its parent

fix(compilers/openapi): find a subtype's tag past its parent #650

Workflow file for this run

name: gate
on:
push:
branches: [main]
pull_request:
jobs:
gate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.26.3"
- name: gofmt
run: test -z "$(gofmt -l $(git ls-files '*.go'))"
- name: vet
run: go vet ./...
- name: lint
uses: golangci/golangci-lint-action@v8.0.0
- name: build
run: go build ./...
- name: coverage
run: ./scripts/check-coverage.sh