Skip to content

chore: release v1.0.8 #12

chore: release v1.0.8

chore: release v1.0.8 #12

Triggered via pull request July 17, 2024 17:51
Status Success
Total duration 54s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
build: src/array/zip.ts#L9
Expected @param names to be "arr1". Got "arrs"
build: src/array/zipWith.ts#L8
Expected @param names to be "arr1, combine". Got "arr1, arr2, arr3, arr4, combine"
build: src/math/clamp.ts#L8
Expected @param names to be "value, maximum". Got "value, minimum, maximum"
build: src/math/random.ts#L6
Expected @param names to be "maximum". Got "minimum, maximum"
build: src/math/randomInt.ts#L8
Expected @param names to be "maximum". Got "minimum, maximum"
build: src/math/range.ts#L6
Expected @param names to be "end". Got "start, end, step"