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:
|
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,7 @@
|
||||||
branches: main
|
when:
|
||||||
|
branch: 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