papis-extract/.woodpecker/static_analysis.yml
Marty Oehme 1ef9a91e55
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
test: Remove deprecated pipeline instruction
2024-01-06 11:15:51 +01:00

10 lines
288 B
YAML

steps:
pyright:
image: nikolaik/python-nodejs
commands:
- npm install --global pyright
- poetry install
- python --version && poetry --version && pyright --version
- echo "------------- running pyright typecheck -------------"
- poetry run pyright