mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +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:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user