Skip to content

chore: screenshots replaced #37

chore: screenshots replaced

chore: screenshots replaced #37

Triggered via push June 6, 2024 07:16
Status Success
Total duration 1m 0s
Artifacts

lint.yml

on: push
build-and-lint
50s
build-and-lint
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, pnpm/action-setup@v2.2.4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-lint
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-and-lint: packages/create-wapi-app/bin/index.ts#L26
Unexpected any. Specify a different type
build-and-lint: packages/ui/src/scroll-area.tsx#L59
Unexpected any. Specify a different type
build-and-lint: packages/wapi.js/src/structures/interaction/index.ts#L102
Unexpected empty method 'addHeader'
build-and-lint: packages/wapi.js/src/structures/interaction/index.ts#L241
Unexpected empty method 'addHeader'
build-and-lint: packages/wapi.js/src/structures/message/index.ts#L42
Unexpected any. Specify a different type
build-and-lint: packages/wapi.js/src/structures/message/index.ts#L42
Unexpected any. Specify a different type
build-and-lint: packages/wapi.js/src/structures/message/index.ts#L56
Unsafe return of an `any` typed value
build-and-lint: packages/wapi.js/src/structures/product/index.ts#L59
Unexpected empty method 'addHeader'
build-and-lint: packages/wapi.js/update-mint-config.ts#L87
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
build-and-lint: packages/example-chat-bot/src/index.ts#L66
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free