Skip to content

ci: set up GitHub Actions for backend and frontend validation#5

Merged
shishir-21 merged 2 commits intomainfrom
ci/github-actions-setup
Feb 19, 2026
Merged

ci: set up GitHub Actions for backend and frontend validation#5
shishir-21 merged 2 commits intomainfrom
ci/github-actions-setup

Conversation

@shishir-21
Copy link
Owner

Closes #4

This PR introduces GitHub Actions CI workflow to:

  • Run Django system checks using manage.py check
  • Validate frontend build using npm install and npm run build
  • Trigger on push and pull requests to the main branch

This ensures automated validation of both backend and frontend.

@shishir-21 shishir-21 merged commit ce0a02e into main Feb 19, 2026
2 checks passed
@shishir-21 shishir-21 deleted the ci/github-actions-setup branch February 21, 2026 10:20
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.

Set up GitHub Actions CI for backend and frontend

1 participant