Skip to content

I think images have been fixed without a backend #154

I think images have been fixed without a backend

I think images have been fixed without a backend #154

name: Black Formatting Check
on:
pull_request: {}
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable # Official Black action
with:
options: "--check --verbose" # Check for formatting issues only
src: "." # Path to your Python source code (optional)