When the thread is empty and you try to open a window this throws an error #471
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pyright Check | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
pyright: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jakebailey/pyright-action@v2 | |
with: | |
version: 1.1.311 # Optional (change me!) | |
python-version: 3.11 |