add black as lint step

This commit is contained in:
Patrick Kanzler 2021-10-30 18:07:21 +02:00
parent 19abf43448
commit 4a88bacd3f
1 changed files with 10 additions and 0 deletions

10
.github/workflows/black.yml vendored Normal file
View File

@ -0,0 +1,10 @@
name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable