Skip to content

Commit 3695400

Browse files
committed
Pin Vale to 3.14.2 to fix dicpath resolution regression
Vale 3.15.0 (released 2026-06-12) changed vale sync to create and use the configured StylesPath instead of falling back to a global styles directory (vale-cli/vale#1105/#1106). That changed where the ISC style package's nested styles/ISC/Spelling.yml and styles/dictionaries land under .github/vale, breaking Spelling.yml's relative `dicpath: dictionaries` and failing every Spelling & Styles run since with "unable to resolve dicpath" - unrelated to any PR's content. 3.14.2 was the last version where sync resolved dicpath correctly.
1 parent a1c13c6 commit 3695400

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/vale.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ jobs:
2727
vale_flags: "--glob=*.md"
2828
filter_mode: added
2929
debug: true
30+
version: 3.14.2

0 commit comments

Comments
 (0)