Skip to content

add custom saving throws #133

add custom saving throws

add custom saving throws #133

Triggered via push October 2, 2023 19:54
Status Failure
Total duration 2m 3s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
build: src/features/character/characterListSlice.test.ts#L1
Property 'customSavingThrowProficiencies' is missing in type '{ customAbilities: never[]; customSkillProficiencies: never[]; customArmorProficiencies: never[]; customWeaponProficiencies: never[]; customToolProficiencies: never[]; customLanguages: never[]; }' but required in type '{ customAbilities: AbilityBase[]; customSkillProficiencies: ("athletics" | "acrobatics" | "sleight of hand" | "stealth" | "arcana" | "history" | "investigation" | "nature" | ... 9 more ... | "persuasion")[]; ... 4 more ...; customLanguages: string[]; }'.
build
Process completed with exit code 2.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/