test: Remove deprecated pipeline instruction
This commit is contained in:
parent
376282eaaa
commit
1ef9a91e55
3 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
pipeline:
|
||||
steps:
|
||||
lint_ruff:
|
||||
image: python
|
||||
commands:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
pipeline:
|
||||
steps:
|
||||
pyright:
|
||||
image: nikolaik/python-nodejs
|
||||
commands:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
branches: main
|
||||
when:
|
||||
branch: main
|
||||
|
||||
pipeline:
|
||||
steps:
|
||||
pytest:
|
||||
image: ghcr.io/withlogicco/poetry:1.5.1
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue