Skip to content

test: again

test: again #46

Triggered via push November 30, 2023 16:26
Status Failure
Total duration 1m 24s
Artifacts

main.yml

on: push
lint-and-format
1m 12s
lint-and-format
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
lint-and-format
Process completed with exit code 1.
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L38
Unsafe assignment of an `any` value
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L44
Unsafe return of an `any` typed value
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L44
Unsafe member access .colors on an `any` value
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L46
Unsafe return of an `any` typed value
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L46
Unsafe member access .colors on an `any` value
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L48
Unsafe assignment of an `any` value
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L48
Unsafe assignment of an `any` value
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L48
Unsafe assignment of an `any` value
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L52
Unsafe argument of type `any` assigned to a parameter of type `string`
lint-and-format: src/Components/Atoms/AnimatedLabel/AnimatedInputLabel.tsx#L52
This assertion is unnecessary since it does not change the type of the expression
lint-and-format
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/