From aee0f1d7999b747b189cd9c3b9472375da2f5248 Mon Sep 17 00:00:00 2001 From: Christoph Meissner Date: Fri, 25 Mar 2022 12:29:20 +0100 Subject: [PATCH] Enforce flake8 checks in PR workflow it now fails the job, when linting fails. --- .github/workflows/pytest.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 3ea81909..a70d81d1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -101,9 +101,6 @@ jobs: uses: actions/checkout@v2 - name: flake8 Lint uses: py-actions/flake8@v2 - continue-on-error: true - - name: Succeed until flake8 is enforced - run: exit 0 pytest: name: Unit Tests