Skip to content

Commit 2b46965

Browse files
committed
Rename build workflow to sonarqube; remove CI
Rename .github/workflows/build.yml to .github/workflows/sonarqube.yml (content unchanged) and delete the legacy .github/workflows/ci.yml workflow. Update .github/copilot-instructions.md to reference sonarqube.yml so documentation matches the new workflow filename.
1 parent 86e7fbf commit 2b46965

File tree

3 files changed

+1
-47
lines changed

3 files changed

+1
-47
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public static class MyResource
153153
## GitHub Actions
154154

155155
- **build-dlls.yml** — Builds Debug and Release DLLs on push/PR, uploads as artifacts
156-
- **build.yml** — SonarQube analysis workflow
156+
- **sonarqube.yml** — SonarQube code quality analysis workflow
157157

158158
## CESDK Submodule
159159

.github/workflows/ci.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)