Skip to content

Add ShadCN primitives and showcase the design system at /components #87

Add ShadCN primitives and showcase the design system at /components

Add ShadCN primitives and showcase the design system at /components #87

Triggered via pull request April 23, 2026 11:10
Status Failure
Total duration 10m 17s
Artifacts

account.yml

on: pull_request
Code Style and Linting
5m 46s
Code Style and Linting
Database Staging  /  Plan
3m 10s
Database Staging / Plan
Database Staging  /  Deploy
0s
Database Staging / Deploy
API Staging  /  Deploy
API Staging / Deploy
Workers Staging  /  Deploy
Workers Staging / Deploy
Database Production  /  Plan
Database Production / Plan
Database Production  /  Deploy
Database Production / Deploy
API Production  /  Deploy
API Production / Deploy
Workers Production  /  Deploy
Workers Production / Deploy
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Code Style and Linting
Process completed with exit code 2.
Code Style and Linting
Property 'currentLocale' does not exist on type 'unknown'.
Code Style and Linting
Cannot find module '@repo/infrastructure/translations/TranslationContext' or its corresponding type declarations.
Code Style and Linting
Property 'currentLocale' does not exist on type 'unknown'.
Code Style and Linting
Cannot find module '@repo/infrastructure/translations/TranslationContext' or its corresponding type declarations.
Code Style and Linting
Property 'currentLocale' does not exist on type 'unknown'.
Code Style and Linting
Cannot find module '@repo/infrastructure/translations/TranslationContext' or its corresponding type declarations.
Code Style and Linting
Property 'currentLocale' does not exist on type 'unknown'.
Code Style and Linting
@repo/ui#build: command (/home/runner/work/PlatformPlatform/PlatformPlatform/application/shared-webapp/ui) /opt/hostedtoolcache/node/24.14.1/x64/bin/npm run build exited (2)
Code Style and Linting
Cannot find module '@repo/infrastructure/translations/TranslationContext' or its corresponding type declarations.
Build and Test: application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L188
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L80
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/AppGateway/ApiAggregation/ApiAggregationService.cs#L79
Loops should be simplified using the "Where" LINQ method
Build and Test: application/AppGateway/Middleware/AuthenticationCookieMiddleware.cs#L43
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/shared-kernel/SharedKernel/OpenIdConnect/ReturnPathHelper.cs#L49
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/shared-kernel/SharedKernel/EntityFramework/SharedKernelDbContext.cs#L77
Loop should be simplified by calling Select(entityType => entityType.ClrType))
Build and Test: application/shared-kernel/SharedKernel/Database/DataMigrationRunner.cs#L210
Either log this exception and handle it, or rethrow it with some contextual information.
Build and Test: application/shared-kernel/SharedKernel/Database/DataMigrationRunner.cs#L92
Pass a timeout to limit the execution time.
Build and Test: application/shared-kernel/SharedKernel/Authentication/TokenGeneration/AuthenticationTokenService.cs#L47
Make sure creating this cookie without the "HttpOnly" flag is safe.
Build and Test: application/shared-kernel/SharedKernel/StronglyTypedIds/StronglyTypedId.cs#L12
When implementing IComparable<T>, you should also override <, <=, >, and >=.