refactor/build: add Black format check to CI & format codebase (#167) #7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |