Skip to content

fix: Ora new message length error #8

fix: Ora new message length error

fix: Ora new message length error #8

Triggered via push June 30, 2023 09:23
Status Failure
Total duration 1m 17s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
lint: .github/workflows/release.yml#L34
Trailing spaces not allowed
lint: .github/workflows/release.yml#L39
Too many blank lines at the end of file. Max of 0 allowed
lint
Process completed with exit code 1.
typecheck: src/render/index.ts#L3
Parameter 'templateName' implicitly has an 'any' type.
typecheck: src/render/index.ts#L4
Cannot find name 'templateRoot'.
typecheck: src/render/index.ts#L5
Cannot find name 'renderTemplate'.
typecheck: src/render/index.ts#L5
Cannot find name 'root'.
typecheck: src/render/index.ts#L5
Cannot find name 'callbacks'.
typecheck
Process completed with exit code 1.
lint: src/render/index.ts#L3
'render' is assigned a value but never used. Allowed unused vars must match /^_/u