Bu repo, GitHub Actions'ı öğrenmek için küçük bir Python proje örneğidir:
pytestile testruffile lint/formatmypyile type-check- GitHub Actions ile PR/push'ta otomatik CI
- Ek olarak cron ile scheduled workflow
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -U pip
pip install -e ".[dev]"
pytest
ruff check .
mypy srcgh-actions-demo slugify "Merhaba Dünya!"
gh-actions-demo wc "Merhaba Dünya!"