Skip to content

Commit 7c02ed8

Browse files
authored
Fixing vale setup (#91)
* Moving the custom vocabulatory to the new location required since vale v3.0 * Fixing versions of the actions used in the vale workflow. allow manual triggering of the action
1 parent 001816f commit 7c02ed8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/vale.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@ on:
99
pull_request:
1010
branches:
1111
- main
12+
workflow_dispatch:
1213

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

1718
steps:
18-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
1920

2021
- name: Vale Linting
21-
uses: errata-ai/vale-action@reviewdog
22+
uses: errata-ai/vale-action@v2
2223
with:
2324
files: '["introduction/", "infrastructure/", "measuring/", "governance/"]'
2425
vale_flags: "--glob=*.md"

0 commit comments

Comments
 (0)