Skip to content

Commit e7a33ed

Browse files
committed
Run lint in CI
1 parent 351a925 commit e7a33ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
- name: Install packages
3030
run: |
3131
pip install '.[qa]'
32-
pip install mypy pytest
32+
pip install '.[test]'
33+
- name: lint
34+
run: |
35+
black . --check --diff --color
3336
- name: Run Tests
3437
env:
3538
DEV_FAMILY_DOWNLOAD: ${{ secrets.DEV_FAMILY_DOWNLOAD }}

0 commit comments

Comments
 (0)