A GitHub Actions Workflow for ML
Run lint, tests, and training on every push.
Meet GitHub Actions
GitHub Actions runs your scripts on GitHub's servers whenever something happens in your repo, like a push, so you never run CI by hand again. ⚙️
Workflows Live in YAML
A workflow is a YAML file inside .github/workflows. GitHub reads it and follows your instructions step by step on each trigger.
.github/workflows/ml.ymlAll lessons in this course
- What CI/CD Means for Models
- A GitHub Actions Workflow for ML
- Gate Merges on Model Quality
- Build and Push the Image on Release