Skip to content

feat: Edit users

feat: Edit users #179

Re-run triggered June 13, 2024 12:40
Status Failure
Total duration 1m 27s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 8 warnings
install
backend#build: command (/home/runner/work/vitnode/vitnode/backend) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
install
Process completed with exit code 1.
install
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
install: packages/backend/src/decorators/user.decorator.ts#L2
There should be at least one empty line between import groups
install: packages/backend/src/utils/context.ts#L1
There should be at least one empty line between import groups
install: backend/src/plugins/core/admin/email/send/send.service.ts#L17
'from' is defined but never used
install: backend/src/plugins/core/admin/members/edit/edit.resolver.ts#L7
There should be at least one empty line between import groups
install: backend/src/plugins/core/admin/members/edit/edit.resolver.ts#L8
`./dto/edit.obj` import should occur before import of `@/utils/guards/admin-auth.guard`
install: backend/src/plugins/core/admin/members/edit/edit.service.ts#L9
There should be at least one empty line between import groups
install: backend/src/plugins/core/admin/members/edit/edit.service.ts#L10
`./dto/edit.obj` import should occur before import of `@/plugins/core/admin/database/schema/users`