perf: byte to hex string conversion optimizations #604
main.yml
on: pull_request
lint
28s
verify-web
29s
verify-android
1m 57s
verify-ios
1m 19s
Annotations
5 errors and 13 warnings
lint:
src/conversion.ts#L45
Unexpected var, use let or const instead
|
lint:
src/conversion.ts#L50
Expected a conditional expression and instead saw an assignment
|
lint
Process completed with exit code 1.
|
verify-ios
Process completed with exit code 65.
|
verify-android
Process completed with exit code 1.
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/web.spec.ts#L173
Forbidden non-null assertion
|
lint:
src/web.spec.ts#L182
Forbidden non-null assertion
|
lint:
src/web.ts#L163
'_options' is defined but never used
|
lint:
src/web.ts#L208
'_options' is defined but never used
|
lint:
src/web.ts#L212
'_options' is defined but never used
|
lint:
src/web.ts#L277
'_options' is defined but never used
|
lint:
src/web.ts#L281
'_options' is defined but never used
|
lint:
src/web.ts#L285
'_options' is defined but never used
|
lint:
src/web.ts#L289
'_options' is defined but never used
|
verify-web
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
verify-ios
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
verify-android
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|