Skip to content

Add SC-DyNeMo to models. #395

Add SC-DyNeMo to models.

Add SC-DyNeMo to models. #395

Workflow file for this run

name: Black
on:
push:
branches: [main]
pull_request: {}
workflow_dispatch: {}
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./osl_dynamics"