Skip to content

refactor: add ServerState.get_messages(limit=) parameter #52

refactor: add ServerState.get_messages(limit=) parameter

refactor: add ServerState.get_messages(limit=) parameter #52

Workflow file for this run

name: Lint with Pyright
on:
push:
paths:
- 'src/**.py'
- 'tests/**.py'
pull_request:
paths:
- 'src/**.py'
- 'tests/**.py'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: actions/setup-python@v5
with:
cache: pip
cache-dependency-path: pyproject.toml
python-version: '3.11'
- run: pip install pyright
- run: pip install .[tests]
- run: pyright