Skip to content

feat: add ci workflows - #25

Merged
selvarajuv merged 1 commit into
mainfrom
24-add-github-actions
Sep 20, 2026
Merged

selvarajuv merged 1 commit into
mainfrom
24-add-github-actions

Conversation

@selvarajuv

Copy link
Copy Markdown
Collaborator

Summary

Add github CI workflow

Type of change

  • feat — new feature
  • fix — bug fix
  • docs — documentation only
  • refactor — code change that neither fixes a bug nor adds a feature
  • perf — performance improvement
  • test — adding or updating tests
  • chore / build / ci — tooling, deps, or pipeline changes

Changes

  • ci.yml: run lint, format and tests in ci

Database migrations

  • No schema changes
  • Includes an Alembic migration (just migrate-create "...")
  • Migration runs cleanly (just migrate) and rolls back (just migrate-down)

Checklist

  • Commits follow Conventional Commits
  • Lint passes (just lint) and code is formatted (just format)
  • Pre-commit hooks run clean (just hooks installed)
  • Updated docs / README / .env.example where relevant
  • Tested locally (just dev) and verified the API at http://localhost:8000/docs

How to test

Notes for reviewers

@selvarajuv selvarajuv self-assigned this Sep 20, 2026
@selvarajuv selvarajuv linked an issue Sep 20, 2026 that may be closed by this pull request
@selvarajuv
selvarajuv merged commit aff1b4d into main Sep 20, 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.

Add Github Actions

2 participants