Skip to content

Commit a91f43a

Browse files
author
Roberto Vera Alvarez
committed
Installing flake8
1 parent e1feb9a commit a91f43a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
run: pip install poetry
2525
- name: Install dependencies
2626
run: poetry install
27+
- name: Install Flake
28+
run: pip install flake8
2729
- name: Lint with flake8
2830
run: |
2931
poetry run flake8 src/ --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)