fix: fix woodpecker pipelines

This commit is contained in:
2026-04-26 10:29:02 +03:00
parent 32b8b4d02b
commit 8f0d0ffc5c
24 changed files with 349 additions and 110 deletions

View File

@@ -1,6 +1,6 @@
when:
- event: [push, pull_request]
branch: main
- event: [pull_request]
branch: dev
steps:
- name: lint
@@ -11,3 +11,17 @@ steps:
- uv run black --check .
- uv run ruff check .
- uv run isort --check-only .
- comment:
image: mcs94/gitea-comment
settings:
gitea_address: https://git.pi3c.ru
gitea_token:
from_secret: gitea_token
comment: >
✅ Build ${CI_BUILD_EVENT} of `${CI_REPO_NAME}` has status `${CI_BUILD_STATUS}`.
📝 Commit by ${CI_COMMIT_AUTHOR} on `${CI_COMMIT_BRANCH}`:
`${CI_COMMIT_MESSAGE}`
🌐 ${CI_BUILD_LINK}