Skip to content

docs(openapi): Proposal for better OpenAPI definitions #4

docs(openapi): Proposal for better OpenAPI definitions

docs(openapi): Proposal for better OpenAPI definitions #4

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
Lint definitions:

Check failure on line 7 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / Lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yaml (Line: 7, Col: 3): The identifier 'Lint definitions' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1
- name: "Lint: proto"
uses: bufbuild/buf-breaking-action@v1
with:
against: "https://github.com/instill-ai/protobufs.git#branch=main,ref=HEAD~1"
- name: "Lint: openapi"
uses: mhiew/redoc-lint-github-action@v3
with:
args: "openapiv2/openapiv2.swagger.yaml"