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