mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 20:26:22 +00:00
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:
@@ -30,6 +30,12 @@ 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