Skip to content

test: use Python interp for sleep test on Windows #1

test: use Python interp for sleep test on Windows

test: use Python interp for sleep test on Windows #1

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