Create black.yml

This commit is contained in:
Paillat
2023-07-18 17:23:06 +02:00
committed by GitHub
parent 719ad81d1d
commit 4b192f779e

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