Skip to content

Commit

Permalink
Update workflow1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovr authored Jul 18, 2024
1 parent f2b6c83 commit 59b84d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Lint with flake8
run: |
echo "Running flake8..."
flake8 .
flake8 --ignore=E501 .
- name: Report lint results
if: failure()
Expand Down

0 comments on commit 59b84d7

Please sign in to comment.