Add github action for black (#116)

This commit is contained in:
Greyson LaLonde
2024-01-12 20:06:13 -05:00
committed by GitHub
parent 8e7772c9c3
commit cbe688adbc

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@v3
- uses: psf/black@stable