Skip to content

Commit 35b233e

Browse files
committed
added ci
1 parent 382d440 commit 35b233e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
python-version: '3.10'
1717

18+
- name: Run flake8 (Lint)
19+
run: flake8 .
20+
1821
- name: Install dependencies
1922
run: |
2023
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)