diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcdba852..e2c1a08b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.vale.ini b/doc/.vale.ini similarity index 96% rename from .vale.ini rename to doc/.vale.ini index b3dffc9b..4f0b6709 100644 --- a/.vale.ini +++ b/doc/.vale.ini @@ -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