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: | run: |
pipenv run isort pipenv run isort
working-directory: ./backend working-directory: ./backend
- name: Black
run: |
pipenv run black
working-directory: ./backend
- name: Run tests - name: Run tests
run: | run: |
pipenv run test pipenv run test

Loading…
Cancel
Save