Skip to content

Commit 2550745

Browse files
committed
ci: Lint non-test code
Signed-off-by: Nick Diego Yamane <[email protected]>
1 parent cc0974a commit 2550745

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@ jobs:
2626
python -m pip install -U pip
2727
python -m pip install ".[dev]"
2828
29+
- name: Lint
30+
run: python -m flake8 compiledb
31+
2932
- name: Test
3033
run: python -m pytest

0 commit comments

Comments
 (0)