diff options
author | 2020-11-23 16:24:56 +0200 | |
---|---|---|
committer | 2020-11-23 16:24:56 +0200 | |
commit | 01b99e13e7baa9d52436a32c4acd6b7adbbee840 (patch) | |
tree | b5c014f934ca24516091a6e4352fb540fa6a1b95 | |
parent | Improve flake8 configuration (diff) |
Make flake8 matchers removing step comments better
-rw-r--r-- | .github/workflows/forms-backend.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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::" |