mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 22:10:00 +00:00
ci: Move the black formatter workflow to a seperate file
This commit is contained in:
@@ -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
|
||||||
@@ -30,12 +30,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- run: echo ok go
|
- run: echo ok go
|
||||||
|
|
||||||
lint-formatting:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: psf/black@stable
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: activate
|
needs: activate
|
||||||
|
|||||||
Reference in New Issue
Block a user