Skip to content

feat: add msi tn to storage #2980

feat: add msi tn to storage

feat: add msi tn to storage #2980

Workflow file for this run

name: Black linter and code formatter
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- uses: psf/black@stable
with:
options: "--check --verbose"
version: "22.3.0"