add github actions workflows #24
Annotations
11 errors and 8 warnings
lint
Process completed with exit code 1.
|
lint:
app/frontend/src/App.tsx#L8
Delete `⏎··`
|
|
lint:
app/frontend/src/api/modelsDeployedApis.ts#L2
missing header
|
lint:
app/frontend/src/components/ConfirmDialog.tsx#L1
missing header
|
lint:
app/frontend/src/components/ConfirmDialog.tsx#L20
Replace `,` with `;`
|
lint:
app/frontend/src/components/ConfirmDialog.tsx#L21
Replace `,` with `;`
|
lint:
app/frontend/src/components/ConfirmDialog.tsx#L22
Replace `,` with `;`
|
lint:
app/frontend/src/components/ConfirmDialog.tsx#L23
Replace `,` with `;`
|
lint:
app/frontend/src/components/ConfirmDialog.tsx#L33
Replace `⏎············{dialogDescription}⏎··········` with `{dialogDescription}`
|
lint:
app/frontend/src/components/ConfirmDialog.tsx#L38
Replace `⏎············className="bg-red-700·dark:bg-red-600·hover:bg-red-500·dark:hover:bg-red-500·text-white·rounded-lg"` with `·className="bg-red-700·dark:bg-red-600·hover:bg-red-500·dark:hover:bg-red-500·text-white·rounded-lg">`
|
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
|