Skip to content

Commit

Permalink
Changing ubuntu version in vale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apinnick committed Oct 10, 2024
1 parent 2e2c0e1 commit 899c209
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ on:
jobs:
vale:
name: linter
runs-on: ubuntu-latest
# workaround for https://github.com/errata-ai/vale-action/issues/128
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
Expand Down

0 comments on commit 899c209

Please sign in to comment.