CI #13
Annotations
21 warnings
ci / ci
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/
|
ci / ci:
src/flow/base.ts#L5
Unexpected any. Specify a different type
|
ci / ci:
src/flow/base.ts#L13
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L13
This line has a length of 122. Maximum allowed is 120
|
ci / ci:
src/flow/builtin/bidirect.ts#L13
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L16
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L30
Unnecessary conditional, value is always truthy
|
ci / ci:
src/flow/builtin/bidirect.ts#L37
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L64
This line has a length of 129. Maximum allowed is 120
|
ci / ci:
src/flow/builtin/bidirect.ts#L64
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L69
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|
ci / ci:
src/flow/base.ts#L5
Unexpected any. Specify a different type
|
ci / ci:
src/flow/base.ts#L13
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L13
This line has a length of 122. Maximum allowed is 120
|
ci / ci:
src/flow/builtin/bidirect.ts#L13
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L16
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L30
Unnecessary conditional, value is always truthy
|
ci / ci:
src/flow/builtin/bidirect.ts#L37
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L64
This line has a length of 129. Maximum allowed is 120
|
ci / ci:
src/flow/builtin/bidirect.ts#L64
Unexpected any. Specify a different type
|
ci / ci:
src/flow/builtin/bidirect.ts#L69
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
|