Files
django-mfa2/.github/workflows/main.yml
Tobias Bengfort bb88f680a0 run black in CI
2021-06-23 12:15:50 +02:00

14 lines
286 B
YAML

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