-
Notifications
You must be signed in to change notification settings - Fork 160
ci(openapi): Improve OpenAPI checks #2190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
|
Preview for this PR was built for commit |
Issue
Description
validatestep, where we validate the bundled specification with the Redocly and check its size.lint-check -> build -> validate.Testing
Note
Strengthens OpenAPI quality checks and streamlines CI.
OpenAPI checksworkflow (.github/workflows/openapi-ci.yaml) with Redocly/Spectral/YAML linting, bundle build/upload, and post-build validation (including bundle size check).github/workflows/openapi.yaml) and Go client codegen config (codegen/oapi-codegen-go/*), and cleans.gitignore.spectral.yaml) with rule overrides and adds YAML linting via ESLint (eslint.config.mjs) scoped toapify-api/**, with an exception foropenapi/openapi.yaml$refpaths, examples, required lists, and descriptionsWritten by Cursor Bugbot for commit b09198c. Configure here.