run black in CI

This commit is contained in:
Tobias Bengfort
2021-06-23 09:22:26 +02:00
parent 62bb50307e
commit bb88f680a0

13
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: python
run: |
sudo apt-get install python3
- name: lint
run: |
pip install black
black --check --exclude migrations mfa/ example/ setup.py