Merge branch 'main' into feature/entity-storage #21
policy-engine-shared.yml
on: push
Build and test
1m 5s
Annotations
8 errors and 1 warning
Build and test:
apps/policy-engine/src/app/opa/opa.service.ts#L84
Type 'Dictionary<UserGroupEntity>' is not assignable to type 'Record<string, UserGroup>'.
|
Build and test:
apps/policy-engine/src/app/opa/opa.service.ts#L86
Type 'Dictionary<WalletGroupEntity>' is not assignable to type 'Record<string, WalletGroup>'.
|
Build and test:
apps/policy-engine/src/app/persistence/repository/mock_data.ts#L16
Property 'engineering1' does not exist on type 'Record<"Engineering" | "Treasury" | "Testing" | "Operation", WalletEntity>'. Did you mean 'Engineering'?
|
Build and test:
apps/policy-engine/src/app/persistence/repository/mock_data.ts#L17
Property 'treasury' does not exist on type 'Record<"Engineering" | "Treasury" | "Testing" | "Operation", WalletEntity>'. Did you mean 'Treasury'?
|
Build and test:
apps/policy-engine/src/app/persistence/repository/mock_data.ts#L29
Property 'engineering1' does not exist on type 'Record<"Engineering" | "Treasury" | "Testing" | "Operation", WalletEntity>'. Did you mean 'Engineering'?
|
Build and test:
apps/policy-engine/src/opa/template/mockData.ts#L27
Property 'engineering1' does not exist on type 'Record<"Engineering" | "Treasury" | "Testing" | "Operation", WalletEntity>'. Did you mean 'Engineering'?
|
Build and test:
apps/policy-engine/src/opa/template/mockData.ts#L87
Property 'engineering1' does not exist on type 'Record<"Engineering" | "Treasury" | "Testing" | "Operation", WalletEntity>'. Did you mean 'Engineering'?
|
Build and test
Process completed with exit code 2.
|
Build and test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|