Skip to content

fix: temporary fix for the vale GH workflow #1114

fix: temporary fix for the vale GH workflow

fix: temporary fix for the vale GH workflow #1114

Workflow file for this run

name: Style check
on: pull_request
jobs:
vale-docs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
with:
vale_flags: "--glob=pages/**/*.{md,mdx} --minAlertLevel=error"
fail_on_error: true