Skip to content

Conversation

@simonguo
Copy link
Owner

@simonguo simonguo commented Jan 4, 2026

This pull request introduces a new GitHub Actions workflow for continuous integration (CI). The workflow is designed to automatically run tests on pushes to certain branches and on pull requests, ensuring code quality and reliability.

Continuous Integration Workflow:

  • Adds a .github/workflows/ci.yml file that:
    • Triggers on pushes to main, feature/**, and bugfix/** branches, as well as on all pull requests.
    • Sets up a job to run on ubuntu-latest that checks out the repository, sets up Node.js version 20, installs dependencies, and runs VS Code tests using xvfb-run.

@simonguo simonguo merged commit 3050cff into main Jan 4, 2026
1 check 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.

2 participants