Skip to content

Merge pull request #36 from Amaxa-Impact/feat/permissions #20

Merge pull request #36 from Amaxa-Impact/feat/permissions

Merge pull request #36 from Amaxa-Impact/feat/permissions #20

Triggered via push July 31, 2024 03:20
Status Failure
Total duration 1m 3s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 5 warnings
lint
@amaxa/nextjs#lint: command (/home/runner/work/amaxa/amaxa/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint --cache --cache-location node_modules/.cache/.eslintcache exited (1)
lint: apps/nextjs/src/app/(home)/action-guides/_components/GuideCard.tsx#L2
Do not use "@ts-nocheck" because it alters compilation errors
lint
Process completed with exit code 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: apps/nextjs/src/app/(home)/action-guides/_components/GuideCard.tsx#L24
The 'actionGuides' array makes the dependencies of useMemo Hook (at line 64) change on every render. To fix this, wrap the initialization of 'actionGuides' in its own useMemo() Hook
lint: apps/nextjs/src/app/(home)/action-guides/_components/GuideCard.tsx#L51
React Hook useMemo has a missing dependency: 'actionGuides'. Either include it or remove the dependency array