Skip to content

feat(typings): update OpenAPI 3.0 and 3.1 typing declarations #1442

feat(typings): update OpenAPI 3.0 and 3.1 typing declarations

feat(typings): update OpenAPI 3.0 and 3.1 typing declarations #1442

Workflow file for this run

name: Documentation tests
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
markdownlint:
name: markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v15
with:
config: .markdownlint.yaml
globs: |
docs/**/*.md
vale:
name: vale action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
with:
files: '["README.md", "docs", ".changeset"]'
filter_mode: file
fail_on_error: true
linkcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Markup Link Checker (mlc)
uses: becheran/[email protected]
with:
args: ./docs