Skip to content

Commit

Permalink
fix: change default vale version (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgepiloto authored Oct 13, 2023
1 parent 2c6120a commit 2d50b7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc-style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ inputs:
required: false
type: string

vale-version:
description: >
Version number for Vale.
# TODO: use the latest stable version from Vale, see issue
# https://github.com/ansys/actions/issues/350
default: '2.29.3'
required: false
type: string

checkout:
description: >
Whether to clone the repository in the CI/CD machine. Default value is
Expand Down Expand Up @@ -53,3 +62,4 @@ runs:
filter_mode: nofilter
fail_on_error: true
vale_flags: "--config=${{ inputs.vale-config }}"
version: ${{ inputs.vale-version }}

0 comments on commit 2d50b7c

Please sign in to comment.