Skip to content

project: add simple CI pipeline with GitHub Actions - #130

Merged
tungbq merged 5 commits into
mainfrom
feat/new-improvement
Jul 25, 2026
Merged

project: add simple CI pipeline with GitHub Actions#130
tungbq merged 5 commits into
mainfrom
feat/new-improvement

Conversation

@tungbq

@tungbq tungbq commented Jul 25, 2026

Copy link
Copy Markdown
Owner

Summary

  • New project structure: projects/simple-ci-pipeline-github-actions/ with Python package + pytest suite
  • New GitHub Actions workflow with 3 chained jobs (build → test → deploy) using artifact hand-off, no secrets, path-filtered triggers
  • Update README.md to mark project 14 complete
  • Extend .gitignore to exclude Python build outputs

Test plan

  • ./demo_project.sh runs clean locally with Python package tests passing
  • ✓ Workflow YAML syntax validated
  • ✓ Code reviewed by code-reviewer agent; no critical/high findings
  • ✓ All file permissions and structure aligned with project standards

Closes #5

tungbq and others added 5 commits July 25, 2026 18:26
Adds a Tags/Area column to the projects table for quick scanning by
DevOps discipline, and lists open backlog issues as Planned rows so
upcoming content is visible without leaving the README.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_014FH4crx8f71ovcb9UeK5fb
@tungbq
tungbq merged commit ed38ec0 into main Jul 25, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

project: Simple CI pipeline with Github action

1 participant