Skip to content

fix(compilers/openapi): keep undeclared keys on nested objects #670

fix(compilers/openapi): keep undeclared keys on nested objects

fix(compilers/openapi): keep undeclared keys on nested objects #670

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