Skip to content

CI: Migrate npm to pnpm #97

CI: Migrate npm to pnpm

CI: Migrate npm to pnpm #97

Triggered via pull request July 19, 2024 16:28
@kingchan818kingchan818
synchronize #54
ci-1
Status Success
Total duration 35s
Artifacts

linting.yml

on: pull_request
eslint-prettier
25s
eslint-prettier
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
eslint-prettier
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@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-prettier: frontend/src/components/ChatSection.jsx#L2
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
eslint-prettier: frontend/src/components/CopyCode.jsx#L2
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
eslint-prettier: frontend/src/components/InputBox.jsx#L3
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
eslint-prettier: frontend/src/components/Markdown.jsx#L2
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
eslint-prettier: frontend/src/components/Markdown.jsx#L6
'oneDark' is defined but never used
eslint-prettier: frontend/src/components/Message.jsx#L5
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
eslint-prettier: frontend/src/components/Nav.jsx#L1
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it
eslint-prettier: frontend/src/components/Nav.jsx#L50
'setTheme' is assigned a value but never used
eslint-prettier: frontend/src/components/Nav.jsx#L50
'theme' is assigned a value but never used
eslint-prettier: frontend/src/components/SideBar.jsx#L1
'prop-types' should be listed in the project's dependencies. Run 'npm i -S prop-types' to add it