Skip to content

feat: better openapi docs #1188

feat: better openapi docs

feat: better openapi docs #1188

Workflow file for this run

name: Vale
on: [ pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
with:
files: '**/*.{md,mdx}'
files_ignore:
- 'sources/api/*.{md,mdx}'

Check failure on line 20 in .github/workflows/vale.yaml

View workflow run for this annotation

GitHub Actions / Vale

Invalid workflow file

The workflow is not valid. .github/workflows/vale.yaml (Line: 20, Col: 25): A sequence was not expected
- 'openapi/README.md'
- 'openapi/openapi/README.md'
- 'openapi/openapi/paths/README.md'
- 'openapi/openapi/components/README.md'
separator: ','
- uses: errata-ai/vale-action@reviewdog
if: steps.changed-files.outputs.any_changed == 'true'
with:
files: ${{ steps.changed-files.outputs.all_changed_files }}
separator: ','
fail_on_error: true
vale_flags: '--minAlertLevel=error'
reporter: github-pr-annotations