We can now send emails to users #112
deploy.yml
on: push
⬣ ESLint
1m 6s
ʦ TypeScript
1m 2s
⚡ Vitest
1m 15s
⚫️ Cypress
1m 18s
🐳 Build
5m 31s
🚀 Deploy
0s
Annotations
3 errors and 10 warnings
ʦ TypeScript:
app/components/EmailInput.tsx#L6
Type '{ id?: string | undefined; name?: string | undefined; role?: AriaRole | undefined; title?: string | undefined; content?: string | undefined; style?: CSSProperties | undefined; ... 286 more ...; type: "email"; }' is not assignable to type 'RefAttributes<HTMLInputElement>'.
|
ʦ TypeScript:
app/components/PasswordInput.tsx#L12
Type '{ id?: string | undefined; name?: string | undefined; role?: AriaRole | undefined; title?: string | undefined; content?: string | undefined; style?: CSSProperties | undefined; ... 286 more ...; type: "password" | "text"; }' is not assignable to type 'RefAttributes<HTMLInputElement>'.
|
ʦ TypeScript
Process completed with exit code 1.
|
ʦ TypeScript
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
⬣ ESLint
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
⬣ ESLint:
app/components/AttendanceField.tsx#L1
'useRef' is defined but never used
|
⬣ ESLint:
app/components/RSVPForm.tsx#L14
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
app/utils/utils.ts#L6
All imports in the declaration are only used as types. Use `import type`
|
⬣ ESLint:
app/utils/utils.ts#L7
All imports in the declaration are only used as types. Use `import type`
|
⚡ Vitest
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
⚫️ Cypress
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
🐳 Build
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], SebRollen/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
🐳 Build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|