Skip to content

docs(readme): use option --to in examples #160

docs(readme): use option --to in examples

docs(readme): use option --to in examples #160

Workflow file for this run

name: lint-and-type
on: [push, pull_request]
jobs:
lint-and-type:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
pipx install poethepoet poetry
poetry install --extras dev
- name: Format
run: poe format
- name: Check spelling
run: poe spell
- name: Lint
run: poe lint
- name: Typecheck
run: poe type