From f9cfcdc5a27390f56369ca5889d57ab1bb978ab7 Mon Sep 17 00:00:00 2001 From: erezrokah Date: Fri, 12 Jan 2024 18:42:12 +0000 Subject: [PATCH] chore: Fix markdown linting --- .github/styles/{Vocab => config/vocabularies}/Base/accept.txt | 0 .github/styles/{Vocab => config/vocabularies}/Base/reject.txt | 0 .github/workflows/lint_markdown.yml | 1 + 3 files changed, 1 insertion(+) rename .github/styles/{Vocab => config/vocabularies}/Base/accept.txt (100%) rename .github/styles/{Vocab => config/vocabularies}/Base/reject.txt (100%) 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: