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