[Feat] PR lint, tsc, prettier 검사 workflow 구현 #3
Annotations
8 errors and 10 warnings
check
@app/web#lint: command (/home/runner/work/web21-TICLE/web21-TICLE/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run lint exited (1)
|
check:
apps/web/src/ErrorExample.tsx#L6
Unable to resolve path to module './Button'
|
check:
apps/web/src/ErrorExample.tsx#L15
Unexpected console statement
|
check:
apps/web/src/ErrorExample.tsx#L21
Unexpected console statement
|
check:
apps/web/src/ErrorExample.tsx#L24
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
check:
apps/web/src/ErrorExample.tsx#L24
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
check:
apps/web/src/ErrorExample.tsx#L24
'children' is missing in props validation
|
check
Process completed with exit code 1.
|
check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|
check:
apps/api/src/entity/applicant.entity.ts#L4
'Column' is defined but never used
|
check:
apps/api/src/ticle/ticle.controller.ts#L9
'params' is defined but never used
|
check:
apps/api/src/ticle/ticle.controller.ts#L12
'filter' is defined but never used
|
check:
apps/api/src/ticle/ticle.controller.ts#L12
'sort' is defined but never used
|
check:
apps/api/src/ticle/ticle.controller.ts#L18
'params' is defined but never used
|
check:
apps/web/src/ErrorExample.tsx#L3
'React' is defined but never used
|
check:
apps/web/src/ErrorExample.tsx#L6
'Button' is defined but never used
|
check:
apps/web/src/ErrorExample.tsx#L11
'count' is assigned a value but never used
|
check:
apps/web/src/ErrorExample.tsx#L11
'setCount' is assigned a value but never used
|