Skip to content

fix: only check send_messages where inbox will be sent #62

fix: only check send_messages where inbox will be sent

fix: only check send_messages where inbox will be sent #62

Workflow file for this run

name: Lint with Pyright
on:
push:
paths:
- '**.py'
pull_request:
branches:
- main
paths:
- '**.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-file: pyproject.toml
- run: pip install pyright
- run: pip install .
- run: pyright