Skip to content

chore: add github action for vale #6

chore: add github action for vale

chore: add github action for vale #6

Workflow file for this run

name: vale
on: [pull_request]
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
files: ["community", "versioned_docs"]

Check failure on line 12 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: 12, Col: 18): A sequence was not expected
debug: true
fail_on_error: true
reporter: github-check
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}