Skip to content

Fix build test (#193) #102

Fix build test (#193)

Fix build test (#193) #102

Workflow file for this run

name: "Black"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
formatting:
name: Code formatting
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Code formatting
uses: psf/black@stable
with:
jupyter: true