added python black to workflows

This commit is contained in:
Catherine Oborski 2024-09-06 20:16:46 -05:00
parent 527ca615bf
commit 0962f3424b

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