9 lines
266 B
YAML
9 lines
266 B
YAML
|
steps:
|
||
|
pyright:
|
||
|
image: ghcr.io/withlogicco/poetry:1.5.1
|
||
|
commands:
|
||
|
- pip install pyright
|
||
|
- python --version && poetry --version && pyright --version
|
||
|
- echo "------------- running pyright typecheck -------------"
|
||
|
- poetry run pyright
|