Skip to content

102 Not full override of destroy method. #157

102 Not full override of destroy method.

102 Not full override of destroy method. #157

Triggered via pull request October 20, 2023 18:19
Status Success
Total duration 1m 42s
Artifacts

testing.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 1 warning
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/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
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/