Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
level: error
filter_mode: nofilter
fail_on_error: true
vale_flags: "--config=doc/.vale.ini"

python_test_import:
name: Python - Smoke Tests
Expand Down
2 changes: 1 addition & 1 deletion .vale.ini → doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# =============

# Location of our `styles`
StylesPath = "doc/styles"
StylesPath = "styles"

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