Skip to content

Add common basesetup #2026

Add common basesetup

Add common basesetup #2026

Triggered via push February 2, 2024 10:36
Status Failure
Total duration 47s
Artifacts

checks.yml

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

Annotations

5 errors and 10 warnings
type check code base: src/main/typescript/applications/actor/character/baseSetup.ts#L53
Type 'ActorData' is not assignable to type 'CharacterDataProperties'.
type check code base: src/main/typescript/applications/actor/wvActorSheet.ts#L308
Property 'leveling' does not exist on type '(object & CharacterDataPropertiesData) | (object & NpcDataPropertiesData)'.
type check code base: src/main/typescript/item/magic.ts#L34
Type 'undefined' cannot be used as an index type.
type check code base: src/main/typescript/item/magic.ts#L36
Property 'leveling' does not exist on type '(object & CharacterDataPropertiesData) | (object & NpcDataPropertiesData)'.
type check code base
Process completed with exit code 2.
type check code base
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/character/properties.ts#L1
'CONSTANTS' is defined but never used
lint code base: src/main/typescript/data/actor/common/specials/properties.ts#L41
Member from should be declared before all public instance method definitions