Skip to content

fix(nextjs): changed mislabed icons and tooltip in sidebar + bumped l… #13

fix(nextjs): changed mislabed icons and tooltip in sidebar + bumped l…

fix(nextjs): changed mislabed icons and tooltip in sidebar + bumped l… #13

Triggered via push July 29, 2024 20:00
Status Failure
Total duration 1m 2s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 4 warnings
format
@amaxa/db#format: command (/home/runner/work/amaxa/amaxa/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
@amaxa/nextjs#format: command (/home/runner/work/amaxa/amaxa/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
@amaxa/auth#format: command (/home/runner/work/amaxa/amaxa/packages/auth) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
format
Process completed with exit code 1.
typecheck
Object literal may only specify known properties, and 'permissions' does not exist in type '{ role: ["Admin", "Coach", "Student"]; project_permissions?: string | undefined; status: ["Verified", "Unverifed", "Pending"]; id: string; } & User'.
typecheck
Object literal may only specify known properties, and 'permissions' does not exist in type '{ role: ["Admin", "Coach", "Student"]; project_permissions?: string | undefined; status: ["Verified", "Unverifed", "Pending"]; id: string; } & User'.
typecheck
@amaxa/auth#typecheck: command (/home/runner/work/amaxa/amaxa/packages/auth) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
lint
Object literal may only specify known properties, and 'permissions' does not exist in type '{ role: ["Admin", "Coach", "Student"]; project_permissions?: string | undefined; status: ["Verified", "Unverifed", "Pending"]; id: string; } & User'.
lint
Object literal may only specify known properties, and 'permissions' does not exist in type '{ role: ["Admin", "Coach", "Student"]; project_permissions?: string | undefined; status: ["Verified", "Unverifed", "Pending"]; id: string; } & User'.
lint: packages/auth/src/config.ts#L77
Forbidden non-null assertion
lint: packages/auth/src/config.ts#L77
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
lint: packages/auth/src/config.ts#L87
Forbidden non-null assertion
lint: packages/auth/src/config.ts#L87
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
lint: packages/auth/src/config.ts#L88
Forbidden non-null assertion
lint: packages/auth/src/config.ts#L88
Optional chain expressions can return undefined by design - using a non-null assertion is unsafe and wrong
lint
@amaxa/api#build: command (/home/runner/work/amaxa/amaxa/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
lint
@amaxa/auth#lint: command (/home/runner/work/amaxa/amaxa/packages/auth) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
format
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@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
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@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: packages/auth/src/config.ts#L12
Imports "UserRoleEnum" and "UserStatusEnum" are only used as type