test: Remove deprecated pipeline instruction
ci/woodpecker/push/static_analysis Pipeline was successful Details
ci/woodpecker/push/test Pipeline was successful Details
ci/woodpecker/push/lint Pipeline was successful Details

This commit is contained in:
Marty Oehme 2024-01-06 11:11:30 +01:00
parent 376282eaaa
commit 1ef9a91e55
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
3 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
pipeline:
steps:
lint_ruff:
image: python
commands:

View File

@ -1,4 +1,4 @@
pipeline:
steps:
pyright:
image: nikolaik/python-nodejs
commands:

View File

@ -1,6 +1,7 @@
branches: main
when:
branch: main
pipeline:
steps:
pytest:
image: ghcr.io/withlogicco/poetry:1.5.1
commands: