Skip to content

refactor/build: add Black format check to CI & format codebase #3

refactor/build: add Black format check to CI & format codebase

refactor/build: add Black format check to CI & format codebase #3

Workflow file for this run

name: Pull Request
on:
pull_request:
branches:
- '*'
jobs:
QC:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Quality Control
uses: "./.github/workflows/qc"