Skip to content

Commit d73aada

Browse files
committed
Actually run flake8 in linters workflow
1 parent a80417f commit d73aada

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
if: failure() || success()
7171
run: |
7272
flake8 --version
73+
flake8
7374
- name: Run check-manifest
7475
if: failure() || success()
7576
run: |

0 commit comments

Comments
 (0)