Skip to content

Update changed namespaces in Storm #14

Update changed namespaces in Storm

Update changed namespaces in Storm #14

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@v4
- uses: psf/black@stable
with:
options: "--check --diff --color"
src: "."
jupyter: true