From d66c66e75f41c911f779c28083e20054770f794b Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Mon, 11 Jul 2022 22:47:04 -0700 Subject: [PATCH] .github/workflows/lint.yml: Do not fail when rst checks fail --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 811a61cc928..8456f3666dc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,3 +50,5 @@ jobs: run: pip install tox - name: Lint using tox -e rst run: tox -e rst + # Until all errors are fixed: + continue-on-error: true