Add Credentials and PermissionedDomain tx Support #5692
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
nodejs.yml
on: pull_request
Matrix: build
Matrix: lint
Matrix: test
Matrix: typescript-check
Annotations
12 errors and 4 warnings
|
build (18.12)
Process completed with exit code 1.
|
|
typescript-check (18.12):
src/containers/shared/components/Transaction/index.ts#L10
'"./CredentialCreate"' has no exported member named 'CredentialAcceptTransaction'. Did you mean 'CredentialCreateTransaction'?
|
|
typescript-check (18.12):
src/containers/shared/components/Transaction/index.ts#L11
'"./CredentialDelete"' has no exported member named 'CredentialAcceptTransaction'. Did you mean 'CredentialDeleteTransaction'?
|
|
typescript-check (18.12):
src/containers/shared/components/TransactionActionIcon/TransactionActionIcon.tsx#L19
Property '[TransactionAction.ACCEPT]' is missing in type '{ CANCEL: JSX.Element; CREATE: JSX.Element; FINISH: JSX.Element; MODIFY: JSX.Element; SEND: JSX.Element; UNKNOWN: JSX.Element; }' but required in type 'Record<TransactionAction, ReactElement<any, string | JSXElementConstructor<any>>>'.
|
|
typescript-check (18.12):
src/containers/shared/components/Transaction/CredentialAccept/types.ts#L1
'types.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
|
typescript-check (18.12):
src/containers/shared/components/Transaction/CredentialAccept/test/CredentialAcceptSimple.test.tsx#L1
'CredentialAcceptSimple.test.tsx' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
|
typescript-check (18.12):
src/containers/shared/components/Transaction/CredentialCreate/types.ts#L1
'types.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
|
typescript-check (18.12):
src/containers/shared/components/Transaction/CredentialCreate/test/CredentialCreateSimple.test.tsx#L1
'CredentialCreateSimple.test.tsx' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
|
typescript-check (18.12):
src/containers/shared/components/Transaction/CredentialDelete/types.ts#L1
'types.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
|
typescript-check (18.12):
src/containers/shared/components/Transaction/CredentialDelete/test/CredentialDeleteSimple.test.tsx#L1
'CredentialDeleteSimple.test.tsx' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
|
typescript-check (18.12)
Process completed with exit code 1.
|
|
test (18.12)
Process completed with exit code 1.
|
|
build (18.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
typescript-check (18.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
lint (18.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
test (18.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|