Check that the file the user chose has a MIME type of image/*
#12670
static_analysis.yaml
on: pull_request
Typescript Syntax Check
7m 56s
i18n Check
/
check
49s
Rethemendex Check
5s
ESLint
1m 50s
Style Lint
33s
Workflow Lint
26s
Analyse Dead Code
1m 36s
Annotations
3 errors and 1 warning
Typescript Syntax Check:
test/unit-tests/components/views/settings/AvatarSetting-test.tsx#L27
Property 'onChange' is missing in type '{ placeholderId: string; placeholderName: string; avatarAltText: string; avatar: string; }' but required in type 'IProps'.
|
Typescript Syntax Check:
test/unit-tests/components/views/settings/AvatarSetting-test.tsx#L41
Property 'onChange' is missing in type '{ placeholderId: string; placeholderName: string; avatarAltText: string; avatar: File; }' but required in type 'IProps'.
|
Typescript Syntax Check
Process completed with exit code 2.
|
i18n Check / check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|