Skip to content

[codex] Add CI workflow - #2

Merged
aaditkedia merged 1 commit into
mainfrom
codex/add-ci
Jul 9, 2026
Merged

[codex] Add CI workflow#2
aaditkedia merged 1 commit into
mainfrom
codex/add-ci

Conversation

@aaditkedia

Copy link
Copy Markdown
Owner

What changed

  • Added a ci GitHub Actions workflow for pull requests and pushes to main.
  • Runs on windows-latest, matching the WinForms project requirements.
  • Installs the same .NET 10.0.x SDK line used by the existing release workflow.
  • Restores and builds codeviewer.csproj in Release configuration.

Impact

Every PR now gets a basic compile check before merge, and pushes to main verify the project still builds.

Validation

  • Verified the workflow file contents and staged diff.
  • Local machine only has .NET SDK 8.0.421 installed, so the net10.0-windows build could not be run locally. The workflow is configured to provision .NET 10 through actions/setup-dotnet@v4.

@aaditkedia
aaditkedia marked this pull request as ready for review July 9, 2026 04:35
Copilot AI review requested due to automatic review settings July 9, 2026 04:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@aaditkedia
aaditkedia merged commit aa30b61 into main Jul 9, 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