Skip to content

add github workflow for vale #1

add github workflow for vale

add github workflow for vale #1

Workflow file for this run

name: Docs
on:
pull_request:
paths:
- '.docs/**'
push:
branches:
- main
paths:
- '.docs/**'
concurrency:
group: ${{ github.workflow}}-${{github.ref}}
cancel-in-progress: true
permissions:
contents: read
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
files: '["docs/content", "docs/sphinx"]'
vale_flags "--config=docs/.vale.ini"

Check failure on line 28 in .github/workflows/vale.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vale.yml

Invalid workflow file

You have an error in your yaml syntax on line 28