Skip to content

Bump next from 13.5.1 to 14.2.3 #7226

Bump next from 13.5.1 to 14.2.3

Bump next from 13.5.1 to 14.2.3 #7226

Workflow file for this run

name: Vale action
on: [pull_request]
permissions: {}
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018 # v2.1.0
continue-on-error: true # GitHub Action flag needed until https://github.com/errata-ai/vale-action/issues/89 is fixed
with:
fail_on_error: true
reporter: github-pr-check
token: ${{secrets.GITHUB_TOKEN}}