Skip to content

Add empty NPC data type #2021

Add empty NPC data type

Add empty NPC data type #2021

Triggered via push January 12, 2024 20:51
Status Failure
Total duration 47s
Artifacts

checks.yml

on: push
type check code base
29s
type check code base
lint code base
39s
lint code base
test code base
31s
test code base
validate JSON schemas
28s
validate JSON schemas
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
type check code base: src/main/typescript/actor/wvActor.ts#L720
Property 'vitals' does not exist on type 'DeepPartial<(object & CharacterDataSourceData) | (object & NpcDataSourceData)>'.
type check code base: src/main/typescript/migrations/actors.ts#L82
Property 'vitals' does not exist on type '(object & CharacterDataSourceData) | (object & NpcDataSourceData)'.
type check code base: src/main/typescript/migrations/actors.ts#L107
Property 'background' does not exist on type '(object & CharacterDataSourceData) | (object & NpcDataSourceData)'.
type check code base: src/main/typescript/migrations/actors.ts#L134
Property 'background' does not exist on type '(object & CharacterDataSourceData) | (object & NpcDataSourceData)'.
type check code base: src/main/typescript/migrations/actors.ts#L143
Property 'background' does not exist on type '(object & CharacterDataSourceData) | (object & NpcDataSourceData)'.
type check code base
Process completed with exit code 2.
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/
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/
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/