Skip to content

Commit

Permalink
Enforce flake8 checks in PR workflow
Browse files Browse the repository at this point in the history
it now fails the job, when linting fails.
  • Loading branch information
christophmeissner committed Mar 25, 2022
1 parent 863aee8 commit aee0f1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aee0f1d

Please sign in to comment.