chore: add python-black action

pull/855/head^2
Callum Leslie 2 years ago
parent 760599ac9f
commit 96b57ff411
No known key found for this signature in database
GPG Key ID: D382C4AFEECEAA90

@ -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
Loading…
Cancel
Save