diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 223ff7cffe0..9413039ae04 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -27,7 +27,7 @@ jobs: python-version: '3.x' - name: Install Vale - run: pip install vale==3.0.0 # Install a stable version of Vale + run: pip install vale==2.27.0 # Install a stable version of Vale - name: Get changed files id: changed-files @@ -64,4 +64,4 @@ jobs: reporter: github-pr-check files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }} separator: ' ' - version: '3.0.0' + version: '2.27.0' diff --git a/styles/config/vocabularies/EN/accept.txt b/styles/config/Vocab/EN/accept.txt similarity index 100% rename from styles/config/vocabularies/EN/accept.txt rename to styles/config/Vocab/EN/accept.txt diff --git a/styles/config/vocabularies/EN/reject.txt b/styles/config/Vocab/EN/reject.txt similarity index 100% rename from styles/config/vocabularies/EN/reject.txt rename to styles/config/Vocab/EN/reject.txt