Skip to content

Commit

Permalink
Merge pull request #51 from gardenlinux/temp-flake8-ignore
Browse files Browse the repository at this point in the history
Temporarily ignore result from broken flake8
  • Loading branch information
waldiTM authored Dec 18, 2023
2 parents d74fe40 + 55f3b72 commit 9842c52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:

- name: Run flake8
if: success() || failure()
# flake8 is broken right now: https://bugs.debian.org/1057968
continue-on-error: true
run: >
docker run
--network host
Expand Down

0 comments on commit 9842c52

Please sign in to comment.