Skip to content

feat(test): Add frontend tests #20

feat(test): Add frontend tests

feat(test): Add frontend tests #20

Triggered via push October 30, 2024 13:21
Status Failure
Total duration 33s
Billable time 1m
Artifacts

validate.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
eslint: pages/index.vue#L8
'session' is assigned a value but never used. Allowed unused vars must match /^_/u
eslint: server/api/v1/user/[uid].get.ts#L2
'userId' is assigned a value but never used. Allowed unused vars must match /^_/u
eslint
Process completed with exit code 1.
eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
eslint: pages/index.vue#L12
Require self-closing on HTML elements (<div>)