Add empty NPC data type #2021
checks.yml
on: push
type check code base
29s
lint code base
39s
test code base
31s
validate JSON schemas
28s
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/
|