Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Merge branch 'main' of https://github.com/PapillonApp/Papillon #2090

Merge branch 'main' of https://github.com/PapillonApp/Papillon

Merge branch 'main' of https://github.com/PapillonApp/Papillon #2090

Triggered via push April 30, 2025 11:30
Status Failure
Total duration 46s
Artifacts

checks.yml

on: push
🛠️ TypeScript and ESLint on Main
41s
🛠️ TypeScript and ESLint on Main
🛠️ TypeScript and ESLint on Pull Request
0s
🛠️ TypeScript and ESLint on Pull Request
Fit to window
Zoom out
Zoom in

Annotations

5 errors
🛠️ TypeScript and ESLint on Main
Process completed with exit code 2.
🛠️ TypeScript and ESLint on Main: src/views/account/Grades/Subject/SubjectList.tsx#L53
Parameter 'item' implicitly has an 'any' type.
🛠️ TypeScript and ESLint on Main: src/views/account/Grades/Subject/SubjectList.tsx#L44
Binding element 'index' implicitly has an 'any' type.
🛠️ TypeScript and ESLint on Main: src/views/account/Grades/Subject/SubjectList.tsx#L44
Binding element 'item' implicitly has an 'any' type.
🛠️ TypeScript and ESLint on Main: src/views/account/Grades/Subject/Subject.tsx#L115
Property 'label' does not exist on type 'string | { label: string; subtitle?: string | undefined; icon?: Element | undefined; sfSymbol?: string | undefined; onPress?: (() => void | {}) | undefined; checked?: boolean | undefined; destructive?: boolean | undefined; ios?: { ...; } | undefined; }'.