Skip to content

Commit

Permalink
Try running vale via Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 2, 2024
1 parent 2849415 commit a321119
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Run Vale
uses: errata-ai/vale-action@reviewdog
with:
fail_on_error: true
token: ${{ github.token }}

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand All @@ -137,3 +131,9 @@ jobs:

- name: Build Sphinx docs
run: poetry run sphinx-build -M dirhtml . _build

- name: Install and run Vale
run: >-
pipx install vale &&
vale sync &&
vale .

0 comments on commit a321119

Please sign in to comment.