Skip to content

fix/delete gist redirect #13

fix/delete gist redirect

fix/delete gist redirect #13

Triggered via pull request November 17, 2024 18:38
Status Success
Total duration 34s
Artifacts

mr.yml

on: pull_request
Test linting
22s
Test linting
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Test linting
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
Test linting: src/app/(gistLayout)/[username]/[gistId]/page.tsx#L8
'redirect' is defined but never used
Test linting: src/app/(gistLayout)/[username]/[gistId]/page.tsx#L23
'updateName' is assigned a value but never used
Test linting: src/app/(gistLayout)/[username]/[gistId]/page.tsx#L32
'updateContent' is assigned a value but never used
Test linting: src/app/(gistLayout)/org/[orgId]/gist/[gistId]/page.tsx#L36
'edit' is assigned a value but never used
Test linting: src/components/contexts/pagination.tsx#L18
'offset' is defined but never used
Test linting: src/components/contexts/pagination.tsx#L19
'limit' is defined but never used
Test linting: src/components/contexts/pagination.tsx#L20
'nb_pages' is defined but never used
Test linting: src/components/shadcn/use-toast.ts#L17
'actionTypes' is assigned a value but only used as a type
Test linting: src/lib/queries/gists.queries.tsx#L5
'keepPreviousData' is defined but never used
Test linting: src/lib/queries/gists.queries.tsx#L7
'useGistStorage' is defined but never used