Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: Introduce Black Formatting Check in CI Workflow.
Added `.github/workflows/black.yml` to run Black's code formatting check on push and pull requests. The workflow sets up Python, installs Black, and runs `black --check .` to ensure code adheres to standard formatting guidelines. Issue: #105 Signedoff-by: Nikolay Martyanov <[email protected]>
- Loading branch information