## Goal Create a reusable GitHub Actions workflow for Python projects. ### Requirements - Set up Python - Install dependencies - Run tests - Report results ### Acceptance Criteria - Workflow runs successfully - Can be reused across repositories
Goal
Create a reusable GitHub Actions workflow for Python projects.
Requirements
Acceptance Criteria