Skip to content

refactor: 타입 가드 함수의 추론 결과 개선 #395

refactor: 타입 가드 함수의 추론 결과 개선

refactor: 타입 가드 함수의 추론 결과 개선 #395

Triggered via pull request October 8, 2024 04:42
Status Failure
Total duration 40s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build (18.x): type-check/isBoolean.test.ts#L17
Type '0' is not assignable to type '1'.
build (18.x): type-check/isBoolean.test.ts#L18
Type '0' is not assignable to type '1'.
build (18.x): type-check/isNil.test.ts#L46
Type '0' is not assignable to type '1'.
build (18.x): type-check/isNil.test.ts#L47
Type '0' is not assignable to type '1'.
build (18.x): type-check/isNil.test.ts#L48
Type '0' is not assignable to type '1'.
build (18.x): type-check/isNull.test.ts#L17
Type '0' is not assignable to type '1'.
build (18.x): type-check/isNumber.test.ts#L30
Type '0' is not assignable to type '1'.
build (18.x): type-check/isNumber.test.ts#L31
Type '0' is not assignable to type '1'.
build (18.x): type-check/isObject.test.ts#L48
Type '0' is not assignable to type '1'.
build (18.x): type-check/isString.test.ts#L28
Type '0' is not assignable to type '1'.
build (18.x)
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/
build (18.x)
The following actions use a deprecated Node.js version 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/