Skip to content

Antti/api

Antti/api #33

Triggered via pull request February 5, 2024 19:07
@samuliasmalasamuliasmala
synchronize #10
antti/api
Status Success
Total duration 41s
Artifacts

pull-request-lint.yml

on: pull_request
Run linters
29s
Run linters
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
pages/index.tsx#L34
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
pages/index.tsx#L35
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<Gift[]>` (@typescript-eslint/no-unsafe-argument)
pages/index.tsx#L70
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
pages/index.tsx#L71
Unsafe assignment of an `any` value (@typescript-eslint/no-unsafe-assignment)
pages/index.tsx#L71
Unsafe member access .concat on an `any` value (@typescript-eslint/no-unsafe-member-access)
pages/index.tsx#L71
Unsafe call of an `any` typed value (@typescript-eslint/no-unsafe-call)
pages/index.tsx#L74
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<Gift[]>` (@typescript-eslint/no-unsafe-argument)
pages/index.tsx#L80
Unsafe argument of type `any` assigned to a parameter of type `SetStateAction<Gift[]>` (@typescript-eslint/no-unsafe-argument)
utils/giftRequests.ts#L11
Unsafe return of an `any` typed value (@typescript-eslint/no-unsafe-return)
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.