Skip to content

refactor/build: add Black format check to CI & format codebase (#167) #7

refactor/build: add Black format check to CI & format codebase (#167)

refactor/build: add Black format check to CI & format codebase (#167) #7

Workflow file for this run

name: Pull Request
on:
push:
branches:
- [main]
jobs:
QC:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository and Submodules
uses: actions/checkout@v4
- name: Build & Deploy Documentation
uses: "./.github/workflows/docs"
- name: Quality Control
uses: "./.github/workflows/qc"