Skip to content

Anirud/lc GitHub actions #18

Anirud/lc GitHub actions

Anirud/lc GitHub actions #18

Triggered via pull request October 18, 2024 13:52
Status Failure
Total duration 28s
Billable time 1m
Artifacts

lint-and-license-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 8 warnings
lint
Process completed with exit code 1.
lint
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/
lint: app/frontend/src/components/CustomToaster.tsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: app/frontend/src/components/FirstStepForm.tsx#L68
React Hook useEffect has a missing dependency: 'setFormError'. Either include it or remove the dependency array. If 'setFormError' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: app/frontend/src/components/SecondStepForm.tsx#L54
React Hook useEffect has a missing dependency: 'setFormError'. Either include it or remove the dependency array. If 'setFormError' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: app/frontend/src/components/SelectionSteps.tsx#L22
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: app/frontend/src/components/WeightForm.tsx#L74
React Hook useEffect has a missing dependency: 'setFormError'. Either include it or remove the dependency array. If 'setFormError' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint: app/frontend/src/providers/RefreshContext.tsx#L27
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: app/frontend/src/providers/ThemeProvider.tsx#L67
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components