Skip to content

Implement webcrypto import ECDSA key and export as SPKI #338

Implement webcrypto import ECDSA key and export as SPKI

Implement webcrypto import ECDSA key and export as SPKI #338

Triggered via pull request December 1, 2023 17:00
Status Success
Total duration 1m 23s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

validate-js.yml

on: pull_request
Compile JS (tsc)
59s
Compile JS (tsc)
Lint JS (eslint, prettier)
1m 12s
Lint JS (eslint, prettier)
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
Compile JS (tsc)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Compile JS (tsc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint JS (eslint, prettier)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint JS (eslint, prettier): example/src/testing/Tests/HmacTests/HmacTests.ts#L39
'key' is already declared in the upper scope on line 30 column 5.
Lint JS (eslint, prettier): example/src/testing/Tests/RandomTests/random.ts#L159
'buf' is already declared in the upper scope on line 156 column 16.
Lint JS (eslint, prettier): example/src/testing/Tests/pbkdf2Tests/pbkdf2Tests.ts#L19
'Buffer' is already declared in the upper scope on line 4 column 10.
Lint JS (eslint, prettier): example/src/testing/Tests/HmacTests/HmacTests.ts#L39
'key' is already declared in the upper scope on line 30 column 5.
Lint JS (eslint, prettier): example/src/testing/Tests/RandomTests/random.ts#L159
'buf' is already declared in the upper scope on line 156 column 16.
Lint JS (eslint, prettier): example/src/testing/Tests/pbkdf2Tests/pbkdf2Tests.ts#L19
'Buffer' is already declared in the upper scope on line 4 column 10.
Lint JS (eslint, prettier): src/random.ts#L299
Unexpected use of '|'.
Lint JS (eslint, prettier): src/random.ts#L299
Unexpected use of '&'.
Lint JS (eslint, prettier): src/random.ts#L300
Unexpected use of '|'.
Lint JS (eslint, prettier): src/random.ts#L300
Unexpected use of '&'.
Lint JS (eslint, prettier): src/sig.ts#L44
Unexpected use of '>>'.
Lint JS (eslint, prettier)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/