2.4.29 #908
ci.yml
on: push
Matrix: build
gh-pages
0s
npm-publish-build
0s
npm-publish-latest
0s
Annotations
2 errors and 20 warnings
build (14.x)
Process completed with exit code 1.
|
build (16.x)
The operation was canceled.
|
build (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (14.x):
src/chat/chatLogic.js#L12
'verifySignature' is defined but never used. Allowed unused vars must match /^_/u
|
build (14.x):
src/chat/chatLogic.js#L13
'getPublicKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (14.x):
test/unit/chat/message.test.ts#L10
'widgets' is defined but never used. Allowed unused vars must match /^_/u
|
build (14.x):
test/unit/chat/signature.test.ts#L1
'getMsgHash' is defined but never used. Allowed unused vars must match /^_/u
|
build (14.x):
test/unit/chat/signature.test.ts#L2
'sha256' is defined but never used. Allowed unused vars must match /^_/u
|
build (14.x):
test/unit/utils/keyHelpers/accessData.test.ts#L2
'Fetcher' is defined but never used. Allowed unused vars must match /^_/u
|
build (14.x):
test/unit/utils/keyHelpers/accessData.test.ts#L3
'getExistingPublicKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (14.x):
test/unit/utils/keyHelpers/accessData.test.ts#L3
'getExistingPrivateKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (14.x):
test/unit/utils/keyHelpers/accessData.test.ts#L7
'PRIV_KEY' is assigned a value but never used. Allowed unused vars must match /^_/u
|
build (16.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (16.x):
src/chat/chatLogic.js#L12
'verifySignature' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
src/chat/chatLogic.js#L13
'getPublicKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/chat/message.test.ts#L10
'widgets' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/chat/signature.test.ts#L1
'getMsgHash' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/chat/signature.test.ts#L2
'sha256' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/utils/keyHelpers/accessData.test.ts#L2
'Fetcher' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/utils/keyHelpers/accessData.test.ts#L3
'getExistingPublicKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/utils/keyHelpers/accessData.test.ts#L3
'getExistingPrivateKey' is defined but never used. Allowed unused vars must match /^_/u
|
build (16.x):
test/unit/utils/keyHelpers/accessData.test.ts#L7
'PRIV_KEY' is assigned a value but never used. Allowed unused vars must match /^_/u
|