Skip to content

feat: ready for packaging and distribution #1

feat: ready for packaging and distribution

feat: ready for packaging and distribution #1

Workflow file for this run

name: format
on:
workflow_dispatch:
pull_request:
push:
jobs:
python-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with: # see: https://black.readthedocs.io/en/stable/integrations/github_actions.html
use_pyproject: true