Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions Demo (Python)

Bu repo, GitHub Actions'ı öğrenmek için küçük bir Python proje örneğidir:

  • pytest ile test
  • ruff ile lint/format
  • mypy ile type-check
  • GitHub Actions ile PR/push'ta otomatik CI
  • Ek olarak cron ile scheduled workflow

Lokal çalıştırma

python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -U pip
pip install -e ".[dev]"
pytest
ruff check .
mypy src

CLI örnekleri

gh-actions-demo slugify "Merhaba Dünya!"
gh-actions-demo wc "Merhaba Dünya!"

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages