Browse Source

Update workflow to include black

pull/1674/head
Hironsan 2 years ago
parent
commit
8b1ace1bcb
1 changed files with 4 additions and 0 deletions
  1. 4
      .github/workflows/ci.yml

4
.github/workflows/ci.yml

@ -31,6 +31,10 @@ jobs:
run: |
pipenv run isort
working-directory: ./backend
- name: Black
run: |
pipenv run black
working-directory: ./backend
- name: Run tests
run: |
pipenv run test

Loading…
Cancel
Save