ci: add Gitea Actions workflow for tests and linters
- .gitea/workflows/checks.yaml: runs on push to main and every PR, matrix Python 3.10-3.13 (matches requires-python >=3.10), steps: isort, black, ruff check, ruff format, mypy, pytest - dev extras gain black, isort (needed by pip install -e .[dev] in CI) and setuptools>=61.0 (test_formatters_found_by_setuptools imports find_packages at runtime; Python 3.12+ venvs no longer bundle it) - README gains pipeline status badge Closes #53
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# redmine-reporter
|
||||
|
||||
[](https://git.akokos.ru/artem.kokos/redmine-reporter/actions)
|
||||
|
||||
CLI-инструмент для генерации отчётов по задачам Redmine на основе записей о затраченном времени.
|
||||
|
||||
Проект предназначен для внутреннего использования с `https://red.eltex.loc/`.
|
||||
|
||||
Reference in New Issue
Block a user