From 4cc7457a08b65576b5a82bd126679dd13c57bf66 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Fri, 1 Mar 2024 13:46:52 -0700 Subject: [PATCH] ci: updated vale configuration (#2335) --- .github/workflows/pull_request.yaml | 2 +- vale/styles/{Vocab => config/vocabularies}/Internal/accept.txt | 0 vale/styles/{Vocab => config/vocabularies}/Internal/reject.txt | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename vale/styles/{Vocab => config/vocabularies}/Internal/accept.txt (100%) rename vale/styles/{Vocab => config/vocabularies}/Internal/reject.txt (100%) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 3640e463c5..c0bb3e7969 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -50,7 +50,7 @@ jobs: reporter: github-pr-review vale_flags: --glob=*.{md} --minAlertLevel=error fail_on_error: false - version: 2.28.2 + version: 3.2.1 env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/vale/styles/Vocab/Internal/accept.txt b/vale/styles/config/vocabularies/Internal/accept.txt similarity index 100% rename from vale/styles/Vocab/Internal/accept.txt rename to vale/styles/config/vocabularies/Internal/accept.txt diff --git a/vale/styles/Vocab/Internal/reject.txt b/vale/styles/config/vocabularies/Internal/reject.txt similarity index 100% rename from vale/styles/Vocab/Internal/reject.txt rename to vale/styles/config/vocabularies/Internal/reject.txt