Skip to content

Commit

Permalink
don't upload flake8 output
Browse files Browse the repository at this point in the history
  • Loading branch information
grothe6 committed Aug 14, 2023
1 parent 4db93c9 commit 35a47da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,7 @@ jobs:
run: python -m pip install -e .
- name: Analysing the code with flake8
run: |
flake8 --color=never --tee --output-file=flake8-output src
- name: Upload flake8 output
uses: actions/upload-artifact@v3
with:
name: flake8-output
path: flake8-output
if: always()
flake8 src
mypy:
strategy:
Expand Down

0 comments on commit 35a47da

Please sign in to comment.