Skip to content

Commit 94aad69

Browse files
committed
Add flake8 to workflow
1 parent 260ca08 commit 94aad69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/precommit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v2
8+
- uses: julianwachholz/flake8-action@v1.1.0
9+
with:
10+
checkName: flake8
11+
path: main

0 commit comments

Comments
 (0)