Skip to content

Commit

Permalink
Add CI lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Jun 5, 2024
1 parent 3501790 commit d7dd157
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- name: Install packages
run: |
pip install '.[qa]'
pip install mypy pytest
pip install mypy pytest black
- name: lint
run: |
black . --check --diff --color
- name: Run Tests
env:
DEV_FAMILY_DOWNLOAD: ${{ secrets.DEV_FAMILY_DOWNLOAD }}
Expand Down

0 comments on commit d7dd157

Please sign in to comment.