Skip to content

Manually replace double escape characters with single one when exporting #40

Manually replace double escape characters with single one when exporting

Manually replace double escape characters with single one when exporting #40

Workflow file for this run

name: Check code format
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: psf/black@stable
with:
options: "--check --diff --color"
src: "."
jupyter: true