diff --git a/.github/styles/Vocab/Base/accept.txt b/.github/styles/config/vocabularies/Base/accept.txt similarity index 100% rename from .github/styles/Vocab/Base/accept.txt rename to .github/styles/config/vocabularies/Base/accept.txt diff --git a/.github/styles/Vocab/Base/reject.txt b/.github/styles/config/vocabularies/Base/reject.txt similarity index 100% rename from .github/styles/Vocab/Base/reject.txt rename to .github/styles/config/vocabularies/Base/reject.txt diff --git a/.github/workflows/lint_markdown.yml b/.github/workflows/lint_markdown.yml index d4c2d29782..e4859a3267 100644 --- a/.github/workflows/lint_markdown.yml +++ b/.github/workflows/lint_markdown.yml @@ -18,6 +18,7 @@ jobs: with: vale_flags: "--glob=!{docs/testdata/*,CHANGELOG.md,.github/styles/proselint/README.md,examples/simple_plugin/docs/*.md}" filter_mode: nofilter + version: '3.0.3' env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} lint-structure: