Skip to content

create cli

create cli #13

Workflow file for this run

name: Tests
on: push
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.12
architecture: x64
- run: pip install nox
- run: pip install poetry
- run: nox