Skip to content

changelog: Keycloak 26.5, Metabase 58, Otoroshi 17.11 #1997

changelog: Keycloak 26.5, Metabase 58, Otoroshi 17.11

changelog: Keycloak 26.5, Metabase 58, Otoroshi 17.11 #1997

Workflow file for this run

name: Check editorial style
on: [pull_request]
jobs:
vale:
name: Run Vale Linter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
with:
reporter: github-pr-check # How results are reported
filter_mode: added # Consider only changes in the modified or added lines
fail_on_error: false # Fail the action if errors are found
token: ${{ secrets.GITHUB_TOKEN }} # Post review