Skip to content

Force strict comparison (eqeqeq eslint rule) #411

Force strict comparison (eqeqeq eslint rule)

Force strict comparison (eqeqeq eslint rule) #411

Triggered via pull request September 5, 2023 14:00
Status Failure
Total duration 1m 37s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build
Argument of type '() => void' is not assignable to parameter of type '(args_0: string) => Unsubscribe | undefined'.
build
Argument of type '(value: string) => void' is not assignable to parameter of type '(args_0: string) => Unsubscribe | undefined'.
build
Argument of type '(value: { name: string; }) => void' is not assignable to parameter of type '(args_0: { name: string; }) => Unsubscribe | undefined'.
build
Argument of type '(value: string) => void' is not assignable to parameter of type '(args_0: string) => Unsubscribe | undefined'.
build
Argument of type '(value: number) => void' is not assignable to parameter of type '(args_0: number) => Unsubscribe | undefined'.
build
Argument of type '(value: boolean) => void' is not assignable to parameter of type '(args_0: boolean) => Unsubscribe | undefined'.
build
Argument of type '(value: { name: string; }) => void' is not assignable to parameter of type '(args_0: { name: string; }) => Unsubscribe | undefined'.
build
Argument of type '(value: string) => void' is not assignable to parameter of type '(args_0: string) => Unsubscribe | undefined'.
build
Argument of type '(value: number) => void' is not assignable to parameter of type '(args_0: number) => Unsubscribe | undefined'.
build
Argument of type '(value: boolean) => void' is not assignable to parameter of type '(args_0: boolean) => Unsubscribe | undefined'.
build
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/