Skip to content

Add command line to print out the configuration for a model id (#28) #387

Add command line to print out the configuration for a model id (#28)

Add command line to print out the configuration for a model id (#28) #387

Workflow file for this run

name: Black + Ruff Format Checker
on: [push, pull_request]
jobs:
black-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--diff --check"
src: "."
ruff-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1