From 01b99e13e7baa9d52436a32c4acd6b7adbbee840 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Mon, 23 Nov 2020 16:24:56 +0200 Subject: Make flake8 matchers removing step comments better --- .github/workflows/forms-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/forms-backend.yml b/.github/workflows/forms-backend.yml index f7f6bea..a55c5e4 100644 --- a/.github/workflows/forms-backend.yml +++ b/.github/workflows/forms-backend.yml @@ -48,7 +48,7 @@ jobs: - name: Run flake8 run: "poetry run flake8" - # There may some bad behaviours, so remove them + # We don't want that this catch any other errors than flake8 ones. - name: Remove flake8 matchers if: ${{ always() }} run: echo "::remove-matcher owner=flake8-error::" && echo "::remove-matcher owner=flake8-warning::" -- cgit v1.2.3