Skip to content

Add IVB or MS solids/material tags to storage lists conditionally #309

Add IVB or MS solids/material tags to storage lists conditionally

Add IVB or MS solids/material tags to storage lists conditionally #309

Workflow file for this run

name: black
on: [push, pull_request, workflow_dispatch]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 79"