Add CI workflow for frontend and backend checks #57
Reference in New Issue
Block a user
Delete Branch "copilot/add-ci-lint-format-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds automated CI checks for lint, build, and test on pushes and PRs to main.
Workflow Jobs
Configuration
All jobs run in parallel with npm and Go module caching. Uses Node.js 20 and Go 1.24.
Note
Pre-existing issues in the codebase will cause initial CI failures (frontend lint errors, TypeScript compilation errors, and test failures). These should be addressed in separate PRs.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Pull request overview
This PR adds a comprehensive CI/CD pipeline using GitHub Actions to automate code quality checks for both frontend and backend on pushes and pull requests to the main branch.
Key Changes:
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.