Skip to content

Commit e217d31

Browse files
committed
Fixing versions of GH actions that the vale workflow uses. expecting vale to still fail due to wrong vocab folder structure.
1 parent 578bf27 commit e217d31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/vale.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ on:
1010
pull_request:
1111
branches:
1212
- main
13+
workflow_dispatch:
1314

1415
jobs:
1516
vale:
1617
runs-on: ubuntu-latest
1718

1819
steps:
19-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2021

2122
- name: Vale Linting
22-
uses: errata-ai/vale-action@reviewdog
23+
uses: errata-ai/vale-action@v2
2324
with:
2425
# the folders to run the checks for
2526
files: '["docs/","introduction/", "trusted-committer/", "contributor/", "product-owner/", "project-leader/", "workbook/"]'

0 commit comments

Comments
 (0)