Skip to content

feat: add GridObject #909

feat: add GridObject

feat: add GridObject #909

Triggered via pull request July 29, 2024 04:59
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: src/util/GridObject.ts#L154
Property 'divisions' does not exist on type 'GridGeometry'.
test: src/util/GridObject.ts#L155
Property 'size' does not exist on type 'GridGeometry'.
test: src/util/GridObject.ts#L155
Property 'divisions' does not exist on type 'GridGeometry'.
test: src/util/GridObject.ts#L156
Cannot find name 'size'.
test: src/util/GridObject.ts#L158
Cannot find name 'divisions'.
test: src/util/GridObject.ts#L163
Cannot find name 'color1'. Did you mean 'color'?
test: src/util/GridObject.ts#L163
Cannot find name 'color2'. Did you mean 'color'?
test: src/util/GridObject.ts#L165
Cannot find name 'colors'. Did you mean 'color'?
test: src/util/GridObject.ts#L166
Cannot find name 'colors'. Did you mean 'color'?
test: src/util/GridObject.ts#L167
Cannot find name 'colors'. Did you mean 'color'?
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/