From b7758b7567da4c1c0fb810ed65868a480fcf97dd Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:40:13 +0200 Subject: [PATCH] ci: use @reviewdog branch of vale-action Using the reviewdog branch of vale-action truncates the raw output section, allegedly (per the #testthedocs channel in WtD slack) Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4154ef2ae2..5a552327e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - - uses: errata-ai/vale-action@38bf078c328061f59879b347ca344a718a736018 + - uses: errata-ai/vale-action@reviewdog env: PIP_BREAK_SYSTEM_PACKAGES: 1 with: