Skip to content

Commit 6a40817

Browse files
authored
Changing .vale.ini file location (#50)
1 parent fb32816 commit 6a40817

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
level: error
4848
filter_mode: nofilter
4949
fail_on_error: true
50+
vale_flags: "--config=doc/.vale.ini"
5051

5152
python_test_import:
5253
name: Python - Smoke Tests

.vale.ini renamed to doc/.vale.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# =============
33

44
# Location of our `styles`
5-
StylesPath = "doc/styles"
5+
StylesPath = "styles"
66

77
# The options are `suggestion`, `warning`, or `error` (defaults to “warning”).
88
MinAlertLevel = warning

0 commit comments

Comments
 (0)