Update Chart.yaml #369
linters.yaml
on: push
Check controller
23s
Check frontend
30s
Annotations
12 warnings
Check controller
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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 frontend
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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 frontend:
frontend/src/lib/formatBytes.ts#L1
Filename is not in kebab case. Rename it to `format-bytes.ts`
|
Check frontend:
frontend/src/lib/getWorkflowTemplate.ts#L1
Filename is not in kebab case. Rename it to `get-workflow-template.ts`
|
Check frontend:
frontend/src/lib/graphqlUtils.ts#L1
Filename is not in kebab case. Rename it to `graphql-utils.ts`
|
Check frontend:
frontend/src/lib/modules/alert.svelte#L24
`{@html}` can lead to XSS attack
|
Check frontend:
frontend/src/lib/modules/alert.svelte#L31
Missing return type on function
|
Check frontend:
frontend/src/lib/refresh_runs.ts#L1
Filename is not in kebab case. Rename it to `refresh-runs.ts`
|
Check frontend:
frontend/src/lib/time_difference.ts#L1
Filename is not in kebab case. Rename it to `time-difference.ts`
|
Check frontend:
frontend/src/modals/rename-project-modal.svelte#L27
'alertModal' is assigned a value but never used
|
Check frontend:
frontend/src/modals/submit-new-dry-run-modal.svelte#L82
'TemplateContainerArtifactInput' is defined but never used
|
Check frontend:
frontend/src/modals/submit-new-dry-run-modal.svelte#L93
'TemplateContainerRawInput' is defined but never used
|