Add NPC skills #2024
checks.yml
on: push
type check code base
28s
lint code base
35s
test code base
31s
validate JSON schemas
30s
Annotations
10 errors and 5 warnings
type check code base:
src/main/typescript/actor/wvActor.ts#L80
Type 'ResourceSource | CompositeResource' is not assignable to type 'CompositeResource'.
|
type check code base:
src/main/typescript/actor/wvActor.ts#L135
Property 'damageThreshold' does not exist on type 'EquipmentSource | EquipmentProperties'.
|
type check code base:
src/main/typescript/actor/wvActor.ts#L280
Property 'equipActionCosts' does not exist on type 'EquipmentSource | EquipmentProperties'.
|
type check code base:
src/main/typescript/actor/wvActor.ts#L285
Property 'equipActionCosts' does not exist on type 'EquipmentSource | EquipmentProperties'.
|
type check code base:
src/main/typescript/actor/wvActor.ts#L294
Property 'equipActionCosts' does not exist on type 'EquipmentSource | EquipmentProperties'.
|
type check code base:
src/main/typescript/actor/wvActor.ts#L329
Property 'equipActionCosts' does not exist on type 'EquipmentSource | EquipmentProperties'.
|
type check code base:
src/main/typescript/actor/wvActor.ts#L505
Property 'secondary' does not exist on type '(object & CharacterDataPropertiesData) | (object & NpcDataPropertiesData)'.
|
type check code base:
src/main/typescript/actor/wvActor.ts#L640
Property 'secondary' does not exist on type '(object & CharacterDataPropertiesData) | (object & NpcDataPropertiesData)'.
|
type check code base:
src/main/typescript/actor/wvActor.ts#L653
Property 'applyEquippedApparel' does not exist on type 'EquipmentSource | EquipmentProperties'.
|
type check code base:
src/main/typescript/actor/wvActor.ts#L656
Property 'secondary' does not exist on type '(object & CharacterDataPropertiesData) | (object & NpcDataPropertiesData)'.
|
type check code base
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test code base
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
validate JSON schemas
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint code base
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint code base:
src/main/typescript/data/actor/common/specials/properties.ts#L41
Member from should be declared before all public instance method definitions
|