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 bdebfcc commit 87d20a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
echo "Running black..."
black --check .
- name: Lint with Flake8 by action
uses: py-actions/flake8@v2
with:
ignore: "F401, E501"

- name: Lint with flake8
run: |
echo "Running flake8..."
Expand Down

0 comments on commit 87d20a1

Please sign in to comment.