Skip to content

Replace Typer app with click cli #133

Replace Typer app with click cli

Replace Typer app with click cli #133

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
permissions: {}
concurrency:
group: main-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
permissions:
contents: read
strategy:
matrix:
runs-on: [ubuntu-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: 3.12
- name: Install
run: python -m pip install -e ".[test]"
- name: Test
run: python -m pytest