From 935f3ac75a38743a3587740120c0f77d6625db31 Mon Sep 17 00:00:00 2001 From: Till Rohrmann Date: Fri, 25 Aug 2023 18:33:51 +0200 Subject: [PATCH] Temporarily disable failure on vale check The problem seems to be that reviewdog fails because there are too many warnings and errors in our docs. --- .github/workflows/test-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index b8a32857..e720d394 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Run vale spell and style check + continue-on-error: true uses: errata-ai/vale-action@reviewdog with: files: docs