This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Add action to upload to GitHub Page #1
Annotations
10 errors and 2 warnings
build-deploy:
src/lib/api/auth.ts#L1
Argument of type '"packet"' is not assignable to parameter of type 'keyof CloudlinkEvents'.
|
build-deploy:
src/lib/api/cloudlink.ts#L1
Constructor of class 'CloudlinkClient' is private and only accessible within the class declaration.
|
build-deploy:
src/lib/api/posts.ts#L1
Argument of type '"direct"' is not assignable to parameter of type 'keyof CloudlinkEvents'.
|
build-deploy:
src/lib/api/posts.ts#L1
Argument of type '"direct"' is not assignable to parameter of type 'keyof CloudlinkEvents'.
|
build-deploy:
src/lib/api/posts.ts#L1
Argument of type '"direct"' is not assignable to parameter of type 'keyof CloudlinkEvents'.
|
build-deploy:
src/lib/api/typing.ts#L1
Argument of type '"packet"' is not assignable to parameter of type 'keyof CloudlinkEvents'.
|
build-deploy:
src/lib/api/ulist.ts#L1
Conversion of type 'Partial<CloudlinkUser>[]' to type 'string' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
build-deploy:
src/lib/api/ulist.ts#L1
Argument of type '"ulist"' is not assignable to parameter of type 'keyof CloudlinkEvents'.
|
build-deploy:
src/lib/api/users.ts#L1
Argument of type '"packet"' is not assignable to parameter of type 'keyof CloudlinkEvents'.
|
build-deploy
Process completed with exit code 2.
|
build-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1, pnpm/action-setup@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|