Skip to content

refactor: apply black formatting. #15

refactor: apply black formatting.

refactor: apply black formatting. #15

Workflow file for this run

name: Continuous
on:
push:
branches:
- '*'
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"