Skip to content

chore: add github action for vale #4

chore: add github action for vale

chore: add github action for vale #4

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

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