Skip to content

refactor

refactor #75

Triggered via push March 15, 2024 15:03
Status Success
Total duration 1m 0s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
lib
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lib: src/styleEvaluator/evaluator/simple/interval.ts#L25
Replace `⏎······?·new·Date(start.getTime()·+·time.interval)⏎·····` with `·?·new·Date(start.getTime()·+·time.interval)`
lib: src/styleEvaluator/types/index.ts#L155
Delete `⏎`
lib: src/utils.ts#L1
There should be at least one empty line between import groups
lib: src/utils.ts#L1
`./types` import should occur after import of `js-md5`