Skip to content

[F25] - Added my half of headshots and opened applications #677

[F25] - Added my half of headshots and opened applications

[F25] - Added my half of headshots and opened applications #677

Triggered via pull request October 30, 2025 23:53
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
ci (ubuntu-latest, 14)
Process completed with exit code 2.
ci (ubuntu-latest, 14): constants/headshot-constants.ts#L0
Type '({ name: string; role: string; term: number; teams: string[]; img: string; img2?: undefined; "img-hover"?: undefined; } | { name: string; role: string; term: number; teams: string[]; img?: undefined; img2?: undefined; "img-hover"?: undefined; } | { ...; } | { ...; })[]' is not assignable to type 'Member[]'.
ci (ubuntu-latest, 14): constants/headshot-constants.ts#L0
Type '({ name: string; role: string; term: number; teams: string[]; img: string; img2?: undefined; "img-hover"?: undefined; } | { name: string; role: string; term: number; teams: string[]; img?: undefined; img2?: undefined; "img-hover"?: undefined; } | { ...; } | { ...; })[]' is not assignable to type 'Member[]'.
ci (ubuntu-latest, 14): constants/headshot-constants.ts#L0
Argument of type '({ name: string; role: string; term: number; teams: string[]; img: string; img2?: undefined; "img-hover"?: undefined; } | { name: string; role: string; term: number; teams: string[]; img?: undefined; img2?: undefined; "img-hover"?: undefined; } | { ...; } | { ...; })[]' is not assignable to parameter of type 'Member[]'.
ci (ubuntu-latest, 14)
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/