Skip to content

Experimental

Experimental #1

Workflow file for this run

name: Lint with Vale
on:
# Runs on pushes targeting the default branch
push:
branches: [main]
pull_request:
branches:
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:

Check failure on line 13 in .github/workflows/vale-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/vale-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
filter_mode: added
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
reporter: github-pr-review
fail_on_error: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
REVIEWDOG_GITHUB_API_TOKEN: ${{secrets.GITHUB_TOKEN}}