Skip to content

drop Ubuntu 20.04 support #703

drop Ubuntu 20.04 support

drop Ubuntu 20.04 support #703

Workflow file for this run

---
name: Vale
on:
pull_request:
paths:
- 'guides/common/**.adoc'
- '.github/workflows/vale.yml'
- '.vale/**'
- .vale.ini
jobs:
vale:
name: linter
# workaround for https://github.com/errata-ai/vale-action/issues/128
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor
- uses: errata-ai/vale-action@reviewdog
with:
filter_mode: diff_context
vale_flags: "--no-exit --minAlertLevel=error"
reporter: github-pr-review
fail_on_error: true
files: guides/common/