8 lines
269 B
YAML
8 lines
269 B
YAML
pipeline:
|
|
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
|