Skip to content

Commit

Permalink
Pin version of vale linter
Browse files Browse the repository at this point in the history
Upstream are moving to v3, which we will follow in time

Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
  • Loading branch information
AidanDelaney committed Oct 16, 2024
1 parent dabcbed commit 2a9530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vale-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
- uses: errata-ai/vale-action@v2.1.1
with:
fail_on_error: true
token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 2a9530d

Please sign in to comment.