Finished updating animation plugin for new standards #25
Annotations
10 errors and 1 warning
|
|
|
Type '{ readonly name: "function-test-plugin"; readonly parameters: { readonly foo: { readonly type: ParameterType.COMPLEX; readonly default: any; readonly nested: { readonly not_protected: { readonly type: ParameterType.STRING; readonly default: any; }; readonly protected: { ...; }; }; }; }; }' does not satisfy the constraint 'PluginInfo'.
|
Type '{ readonly name: "function-test-plugin"; readonly parameters: { readonly foo: { readonly type: ParameterType.COMPLEX; readonly default: any; readonly nested: { readonly not_protected: { readonly type: ParameterType.STRING; readonly default: any; }; readonly protected: { ...; }; }; }; }; }' does not satisfy the constraint 'PluginInfo'.
|
Type '{ readonly name: "test-complex-plugin"; readonly parameters: { readonly blocks: { readonly type: ParameterType.COMPLEX; readonly array: true; readonly default: readonly [{ readonly x: 10; readonly y: 10; }, { readonly x: 20; readonly y: 20; }, { ...; }]; readonly nested: { ...; }; }; }; }' does not satisfy the constraint 'PluginInfo'.
|
Type '{ readonly name: "test-complex-plugin"; readonly parameters: { readonly blocks: { readonly type: ParameterType.COMPLEX; readonly array: true; readonly default: readonly [{ readonly x: 10; readonly y: 10; }, { readonly x: 20; readonly y: 20; }, { ...; }]; readonly nested: { ...; }; }; }; }' does not satisfy the constraint 'PluginInfo'.
|
Type '{ readonly name: "call-function"; readonly parameters: { readonly func: { readonly type: ParameterType.FUNCTION; readonly pretty_name: "Function"; readonly default: any; }; readonly async: { readonly type: ParameterType.BOOL; readonly pretty_name: "Asynchronous"; readonly default: false; }; }; }' does not satisfy the constraint 'PluginInfo'.
|
Type '{ readonly name: "call-function"; readonly parameters: { readonly func: { readonly type: ParameterType.FUNCTION; readonly pretty_name: "Function"; readonly default: any; }; readonly async: { readonly type: ParameterType.BOOL; readonly pretty_name: "Asynchronous"; readonly default: false; }; }; }' does not satisfy the constraint 'PluginInfo'.
|
Type '{ readonly name: "cloze"; readonly parameters: { readonly text: { readonly type: ParameterType.HTML_STRING; readonly pretty_name: "Cloze text"; readonly default: any; }; readonly button_text: { readonly type: ParameterType.STRING; readonly pretty_name: "Button text"; readonly default: "OK"; }; readonly check_answers...' does not satisfy the constraint 'PluginInfo'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading