Skip to content

Fixes to Input and CheckBox when updating styles #163

Fixes to Input and CheckBox when updating styles

Fixes to Input and CheckBox when updating styles #163

Triggered via pull request October 20, 2023 20:58
Status Success
Total duration 1m 27s
Artifacts

testing.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 11 warnings
build: src/Button.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/CheckBox.ts#L1
Argument of type 'Text' is not assignable to parameter of type 'DisplayObject'.
build: src/CircularProgressBar.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/CircularProgressBar.ts#L1
Argument of type 'Graphics' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'PixiText' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject>' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'PixiText' is not assignable to parameter of type 'DisplayObject'.
build: src/FancyButton.ts#L1
Argument of type 'Container<DisplayObject> | PixiText' is not assignable to parameter of type 'DisplayObject'.
build: src/Input.ts#L274
'value' is never reassigned. Use 'const' instead
build: src/Input.ts#L274
'value' is never reassigned. Use 'const' instead
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/Input.ts#L272
'event' is defined but never used. Allowed unused args must match /^_/u
build: src/Input.ts#L274
Expected indentation of 16 spaces but found 14
build: src/Input.ts#L274
'value' is assigned a value but never used
build: src/Input.ts#L275
Missing semicolon
build: src/Input.ts#L276
Trailing spaces not allowed
build: src/Input.ts#L272
'event' is defined but never used. Allowed unused args must match /^_/u
build: src/Input.ts#L274
Expected indentation of 16 spaces but found 14
build: src/Input.ts#L274
'value' is assigned a value but never used
build: src/Input.ts#L275
Missing semicolon
build: src/Input.ts#L276
Trailing spaces not allowed