Skip to content

Workflow file for this run

---
name: Linting with Vale on pull request
on: [pull_request]
jobs:
vale:
name: Linting with Vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
# I want to see the world burn
filter_mode: nofilter
vale_flags: "--no-exit --minAlertLevel=error"
# github-pr-annotations doesn't require elevated token privileges
reporter: github-pr-annotations
fail_on_error: true
# let's limit this a bit
files: guides/common/modules/con_ERROR-TEST.adoc