Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Refactor: Service Layer 분리 및 코드 리팩토링 #26

Refactor: Service Layer 분리 및 코드 리팩토링

Refactor: Service Layer 분리 및 코드 리팩토링 #26

Triggered via pull request February 3, 2024 17:12
Status Failure
Total duration 47s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: src/api/services/auth.service.ts#L1
Delete `import·{·api·}·from·"../config/api";⏎`
lint: src/api/services/auth.service.ts#L3
Delete `⏎`
lint: src/api/services/auth.service.ts#L5
Insert `";⏎⏎import·{·api·}·from·"../config/api`
lint: src/api/services/lecture.service.ts#L1
Delete `import·{·api·}·from·"../config/api";⏎⏎`
lint: src/api/services/lecture.service.ts#L11
Insert `";⏎⏎import·{·api·}·from·"../config/api`
lint: src/components/display/Badge.tsx#L1
Replace `FontAwesomeIcon·}·from·"@fortawesome/react-fontawesome` with `faHashtag·}·from·"@fortawesome/free-solid-svg-icons`
lint: src/components/display/Badge.tsx#L2
Replace `faHashtag·}·from·"@fortawesome/free-solid-svg-icons";` with `FontAwesomeIcon·}·from·"@fortawesome/react-fontawesome";⏎`
lint: src/components/display/Footer.tsx#L2
Insert `⏎`
lint: src/components/forms/Button.tsx#L1
Replace `FontAwesomeIcon·}·from·"@fortawesome/react-fontawesome";` with `MouseEventHandler·}·from·"react";⏎`
lint: src/components/forms/Button.tsx#L3
Replace `MouseEventHandler·}·from·"react";` with `FontAwesomeIcon·}·from·"@fortawesome/react-fontawesome";⏎`
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/