Files
IfcOpenShell/.github/workflows/ci-black-formatting.yml
T
2024-07-25 18:24:31 +05:00

13 lines
181 B
YAML

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