Skip to content

Commit

Permalink
check flake8 lint
Browse files Browse the repository at this point in the history
  • Loading branch information
diegovr committed Jul 12, 2024
1 parent 87d20a1 commit b324aa0
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 by action
uses: py-actions/flake8@v2
with:
ignore: "F401, E501"
ignore: "F401,E501"

- name: Lint with flake8
run: |
Expand Down

0 comments on commit b324aa0

Please sign in to comment.