Skip to content

Fix lost properties like note when converting task list to markdown and back #207

Fix lost properties like note when converting task list to markdown and back

Fix lost properties like note when converting task list to markdown and back #207

Triggered via pull request November 14, 2024 13:50
Status Failure
Total duration 27s
Artifacts

test-frontend.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Frontend: frontend/src/app/assignment/modules/edit-assignment/classroom/classroom.component.ts#L22
'url' is never reassigned. Use 'const' instead
Frontend: frontend/src/app/assignment/modules/edit-assignment/classroom/classroom.component.ts#L24
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
Frontend
Process completed with exit code 1.
Frontend
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/