Files
IfcOpenShell/.github/workflows/ci-black-formatting.yml
2024-07-26 12:21:11 +10:00

13 lines
184 B
YAML

name: ci-black-formatting
on:
push:
pull_request:
jobs:
lint-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable