Skip to content

Commit 729b4fb

Browse files
aurelianwareclaude
andcommitted
chore: finish repo restructure cleanup
- Remove restructure-repo.sh (no longer needed) - Fix sanity.yml service paths: services/ → src/services/ - portal/, services/, tools/ root dirs were untracked bin/obj artifacts (deleted locally) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3d3d03b commit 729b4fb

File tree

2 files changed

+4
-358
lines changed

2 files changed

+4
-358
lines changed

.github/workflows/sanity.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ jobs:
171171
172172
# Check .NET services
173173
dotnet_services=(
174-
"services/enrollment-import-service/EnrollmentImportService.csproj"
175-
"services/enrollment-import-service/Controllers/EnrollmentController.cs"
176-
"services/enrollment-import-service/Services/EnrollmentImportService.cs"
177-
"services/enrollment-import-service/Services/EnrollmentRepository.cs"
174+
"src/services/enrollment-import-service/EnrollmentImportService.csproj"
175+
"src/services/enrollment-import-service/Controllers/EnrollmentController.cs"
176+
"src/services/enrollment-import-service/Services/EnrollmentImportService.cs"
177+
"src/services/enrollment-import-service/Services/EnrollmentRepository.cs"
178178
)
179179
180180
for file in "${dotnet_services[@]}"; do

restructure-repo.sh

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

0 commit comments

Comments
 (0)