Skip to content

feat: Replace main.py with Typer-based CLI app (#63) #130

feat: Replace main.py with Typer-based CLI app (#63)

feat: Replace main.py with Typer-based CLI app (#63) #130

Workflow file for this run

name: Linters
on: [push]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1