Skip to content

Commit aacaba6

Browse files
authored
fix(repo): update vale-doc-lint.yml (#2041)
* fix(ci): update vale-doc-lint.yml * chore: migrate to v3
1 parent ac87693 commit aacaba6

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/vale-doc-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: errata-ai/vale-action@reviewdog
11+
- uses: errata-ai/vale-action@v2.1.0
1212
with:
13+
version: 3.0.3
1314
# added, diff_context, file, nofilter
1415
# Default is added: results are filtered for added/modified files. Set to no filter when all files need to be checked.
1516
# More info: https://github.com/errata-ai/vale-action and https://github.com/reviewdog/reviewdog#filter-mode
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)