Skip to content

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

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

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

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
with:
path: "src/lasr-base"
- name: Quality Control
uses: "./.github/workflows/qc"