Skip to content

Commit

Permalink
Fix the Vale linter (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley authored Oct 25, 2024
1 parent 9dd17af commit 847ee94
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
File renamed without changes.
File renamed without changes.
29 changes: 18 additions & 11 deletions .github/workflows/vale_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,23 @@ on:
jobs:
prose:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
version: 2.20.2
files: docs/en
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Asciidoctor
run: sudo apt-get install -y asciidoctor

- name: Vale
uses: errata-ai/vale-action@reviewdog
with:
version: 3.7.1
files: docs/en
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 847ee94

Please sign in to comment.