name: black on: push: branches: - main pull_request: branches: - main types: - opened - reopened - synchronize - ready_for_review jobs: lint: runs-on: ubuntu-latest if: ${{ !github.event.pull_request.draft }} steps: - uses: actions/checkout@v4 - uses: psf/black@stable with: src: "./fastplotlib"