Skip to content

Merge pull request #162 from Donggrina/feature/middleware #370

Merge pull request #162 from Donggrina/feature/middleware

Merge pull request #162 from Donggrina/feature/middleware #370

Triggered via push June 22, 2024 06:31
Status Failure
Total duration 32s
Artifacts
Test lint, tsc, build
25s
Test lint, tsc, build
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 2 warnings
Test lint, tsc, build: components/calendar-monthly/calendar-todos.tsx#L1
Module '"@/api/calendar/request.type"' has no exported member 'TodoByQueries'.
Test lint, tsc, build: components/diaries/diary-create/diary-create.tsx#L134
Type 'import("/home/runner/work/Frontend/Frontend/node_modules/react-hook-form/dist/types/form").UseFormRegister<DiaryData & import("/home/runner/work/Frontend/Frontend/node_modules/react-hook-form/dist/types/fields").FieldValues>' is not assignable to type 'import("/home/runner/work/Frontend/Frontend/node_modules/react-hook-form/dist/types/form").UseFormRegister<import("/home/runner/work/Frontend/Frontend/types/diary/index").DiaryData & import("/home/runner/work/Frontend/Frontend/node_modules/react-hook-form/dist/types/fields").FieldValues>'.
Test lint, tsc, build: components/diaries/diary-create/diary-create.tsx#L179
Type '(el: HTMLInputElement | null) => HTMLInputElement' is not assignable to type 'LegacyRef<HTMLInputElement> | undefined'.
Test lint, tsc, build: hooks/queries/calendar/use-search-todos-query.ts#L1
Module '"@/api/calendar/request"' has no exported member 'fetchTodosByQueries'.
Test lint, tsc, build: pages/calendar/[calendarId]/edit/index.tsx#L50
Type 'number | undefined' is not assignable to type 'number | null'.
Test lint, tsc, build: pages/calendar/[calendarId]/edit/index.tsx#L51
Type 'number | undefined' is not assignable to type 'number | null'.
Test lint, tsc, build: pages/calendar/[calendarId]/edit/index.tsx#L52
Type 'number | undefined' is not assignable to type 'number | null'.
Test lint, tsc, build: pages/calendar/[calendarId]/edit/index.tsx#L53
Type 'string | undefined' is not assignable to type 'string | null'.
Test lint, tsc, build: pages/calendar/[calendarId]/edit/index.tsx#L54
Type 'number | undefined' is not assignable to type 'number | null'.
Test lint, tsc, build: pages/calendar/[calendarId]/edit/index.tsx#L55
Type 'number | undefined' is not assignable to type 'number | null'.
Test lint, tsc, build
Process completed with exit code 1.
Test lint, tsc, build
Process completed with exit code 1.
Test lint, tsc, build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test lint, tsc, build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/