Skip to content

what is the right version of vale??? #1176

what is the right version of vale???

what is the right version of vale??? #1176

Workflow file for this run

name: Using Vale to test Docusaurus source Markdown
on: [push]
jobs:
prose:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Vale Linter
uses: errata-ai/vale-action@reviewdog
with:
files: __onlyModified
onlyAnnotateModifiedLines: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}