ci: migrate to woodpecker ci #7

Merged
xoxys merged 6 commits from woodpecker into main 2023-12-13 10:23:29 +00:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit b8cac78939 - Show all commits

View File

@ -9,17 +9,16 @@ steps:
check-format:
image: docker.io/library/python:3.12
commands:
- git fetch --depth=2147483647
- pip install poetry -qq
- poetry install --all-extras --no-root
- poetry run ruff format --check --diff ./plugins
environment:
LC_ALL: "en_US.UTF-8"
PY_COLORS: "1"
check-coding:
image: docker.io/library/python:3.12
commands:
- git fetch --depth=2147483647
- pip install poetry -qq
- poetry install --all-extras --no-root
- poetry run ruff ./plugins

View File

@ -9,7 +9,6 @@ variables:
- &pytest_base
group: pytest
commands:
- git fetch --depth=2147483647
- pip install poetry -qq
- poetry install --all-extras --no-root
- poetry run pytest