Skip to content

Commit

Permalink
Merge branch 'develop' into fix/deploy-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles authored Nov 6, 2024
2 parents b8bd5fc + 847ee94 commit 46c2ad5
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 46c2ad5

Please sign in to comment.