Skip to content

refactor: use a base pydantic model to DRY up config #37

refactor: use a base pydantic model to DRY up config

refactor: use a base pydantic model to DRY up config #37

Workflow file for this run

name: Run isort
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
with:
sort-paths: "src, tests"