Skip to content

Fix test workflow/update command #1103

Fix test workflow/update command

Fix test workflow/update command #1103

Triggered via pull request September 29, 2024 19:57
Status Failure
Total duration 49s
Artifacts

lint.yaml

on: pull_request
prettier
8s
prettier
Lint & Type checks
42s
Lint & Type checks
Dependency Checks
30s
Dependency Checks
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 16 warnings
Lint & Type checks: graphql/resolvers/class.ts#L18
Property 'serializeCourse' does not exist on type 'HydrateCourseSerializer'. Did you mean to access the static member 'HydrateCourseSerializer.serializeCourse' instead?
Lint & Type checks: graphql/resolvers/class.ts#L42
Property 'serializeCourse' does not exist on type 'HydrateCourseSerializer'. Did you mean to access the static member 'HydrateCourseSerializer.serializeCourse' instead?
Lint & Type checks: graphql/resolvers/class.ts#L95
Property 'serializeCourse' does not exist on type 'HydrateCourseSerializer'. Did you mean to access the static member 'HydrateCourseSerializer.serializeCourse' instead?
Lint & Type checks: graphql/resolvers/class.ts#L114
Property 'serializeCourse' does not exist on type 'HydrateCourseSerializer'. Did you mean to access the static member 'HydrateCourseSerializer.serializeCourse' instead?
Lint & Type checks: graphql/resolvers/class.ts#L133
Property 'serializeSection' does not exist on type 'HydrateCourseSerializer'. Did you mean to access the static member 'HydrateCourseSerializer.serializeSection' instead?
Lint & Type checks
Process completed with exit code 2.
prettier
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
prettier
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Dependency Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Dependency Checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint & Type checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint & Type checks
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Lint & Type checks: scrapers/classes/parsersxe/tests/meetingParser.test.js#L4
'mmddyyyyToDaysSinceEpoch' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint & Type checks: scrapers/employees/tests/employees.test.ts#L30
Unexpected any. Specify a different type
Lint & Type checks: serializers/hydrateCourseSerializer.ts#L22
'id' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint & Type checks: serializers/hydrateCourseSerializer.ts#L22
'classHash' is assigned a value but never used. Allowed unused vars must match /^_/u
Lint & Type checks: serializers/hydrateSerializer.ts#L22
Unexpected any. Specify a different type
Lint & Type checks: serializers/profSerializer.ts#L8
'T' is defined but never used. Allowed unused vars must match /^_/u
Lint & Type checks: services/searcher.ts#L13
'HydrateCourseSerializer' is defined but never used. Allowed unused vars must match /^_/u
Lint & Type checks: services/searcher.ts#L42
'SerializedCourse' is defined but never used. Allowed unused vars must match /^_/u