Refactor createJobSummary function to include daily usage charts #44
Annotations
10 errors
ci:
src/index.ts#L1
Replace `·getBooleanInput,·getInput,·info,·summary,·setOutput·` with `⏎··getBooleanInput,⏎··getInput,⏎··info,⏎··summary,⏎··setOutput,⏎`
|
ci:
src/index.ts#L3
Replace `'./types'` with `"./types";`
|
ci:
src/index.ts#L4
Replace `'@actions/artifact'` with `"@actions/artifact";`
|
ci:
src/index.ts#L40
Insert `;`
|
ci:
src/index.ts#L46
'params' is never reassigned. Use 'const' instead
|
ci:
src/index.ts#L46
Unexpected any. Specify a different type
|
ci:
src/index.ts#L48
Replace `new·Date().setDate(new·Date().getDate()·-·input.days)).toISOString().split('T'` with `⏎······new·Date().setDate(new·Date().getDate()·-·input.days),⏎····)⏎······.toISOString()⏎······.split("T"`
|
ci:
src/index.ts#L53
Unexpected any. Specify a different type
|
ci:
src/index.ts#L55
English text in string literals is not allowed
|
ci:
src/index.ts#L58
Insert `,`
|