fixed typo relating to 1-100 #3
Annotations
10 errors and 2 warnings
src/__tests__/adjustColor.test.ts#L6
Argument of type 'AlphaValue' is not assignable to parameter of type 'NumberRange1To100'.
|
src/__tests__/adjustColor.test.ts#L11
Argument of type 'AlphaValue' is not assignable to parameter of type 'NumberRange1To100'.
|
src/__tests__/adjustColor.test.ts#L16
Argument of type 'AlphaValue' is not assignable to parameter of type 'NumberRange1To100'.
|
src/__tests__/adjustColor.test.ts#L21
Argument of type 'AlphaValue' is not assignable to parameter of type 'NumberRange1To100'.
|
src/__tests__/adjustColor.test.ts#L26
Argument of type 'AlphaValue' is not assignable to parameter of type 'NumberRange1To100'.
|
src/__tests__/adjustColor.test.ts#L31
Argument of type 'AlphaValue' is not assignable to parameter of type 'NumberRange1To100'.
|
src/__tests__/adjustColor.test.ts#L36
Argument of type 'AlphaValue' is not assignable to parameter of type 'NumberRange1To100'.
|
src/__tests__/adjustColor.test.ts#L42
Argument of type 'AlphaValue' is not assignable to parameter of type 'NumberRange1To100'.
|
src/__tests__/blendColors.test.ts#L6
Argument of type '0.5' is not assignable to parameter of type 'NumberRange1To100'.
|
src/__tests__/blendColors.test.ts#L9
Argument of type '0.75' is not assignable to parameter of type 'NumberRange1To100'.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading