ci: Add black formatter to ci.yml

Check, whether the files are formatted properly using the black formatter on push and pull requests.
This commit is contained in:
Blender Defender
2024-07-18 16:56:44 +02:00
committed by Andrej
parent aae160b568
commit 30ab2f1e48
+6
View File
@@ -30,6 +30,12 @@ jobs:
steps:
- run: echo ok go
lint-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
build:
runs-on: ubuntu-latest
needs: activate