ci: Move the black formatter workflow to a seperate file

This commit is contained in:
Blender Defender
2024-07-25 15:22:34 +02:00
committed by Andrej
parent 30ab2f1e48
commit 59a3c019a4
2 changed files with 12 additions and 6 deletions
+12
View File
@@ -0,0 +1,12 @@
name: black-formatting
on:
push:
pull_request:
jobs:
lint-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
-6
View File
@@ -30,12 +30,6 @@ 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