Skip to content

Add GitHub Actions CI workflow for build and test#4

Merged
FTWinston merged 3 commits intodev/immutable-change-treefrom
copilot/sub-pr-3
Feb 5, 2026
Merged

Add GitHub Actions CI workflow for build and test#4
FTWinston merged 3 commits intodev/immutable-change-treefrom
copilot/sub-pr-3

Conversation

Copy link
Contributor

Copilot AI commented Feb 5, 2026

Adds automated CI to run build and test commands on PRs and main branch pushes.

Changes

  • GitHub Actions workflow (.github/workflows/ci.yml)
    • Runs npm ci, npm run build, and npm test -- --run
    • Node.js 20 with npm caching for faster builds
    • Minimal contents: read permissions for security

Workflow triggers on:

  • Pull requests targeting main
  • Direct pushes to main

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 5, 2026 12:38
Co-authored-by: FTWinston <1863145+FTWinston@users.noreply.github.com>
Co-authored-by: FTWinston <1863145+FTWinston@users.noreply.github.com>
Copilot AI changed the title [WIP] Add hook for immutable room state with UI updates Add GitHub Actions CI workflow for build and test Feb 5, 2026
Copilot AI requested a review from FTWinston February 5, 2026 12:40
Copilot AI requested a review from FTWinston February 5, 2026 15:17
@FTWinston FTWinston marked this pull request as ready for review February 5, 2026 15:29
@FTWinston FTWinston merged commit 487ac6b into dev/immutable-change-tree Feb 5, 2026
1 check passed
@FTWinston FTWinston deleted the copilot/sub-pr-3 branch February 5, 2026 15:31
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