Skip to content

Fix arc wrap around #174

Fix arc wrap around

Fix arc wrap around #174

Triggered via pull request October 20, 2023 14:24
Status Failure
Total duration 48s
Artifacts

main.yml

on: pull_request
Run eslint
35s
Run eslint
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
Run eslint: src/Components/Arc.ts#L11
'Line' is defined but never used. Allowed unused vars must match /^_/u
Run eslint: src/Components/Text.ts#L119
'z' is defined but never used. Allowed unused args must match /^_/u
Run eslint: src/index.ts#L23
'Line' is defined but never used. Allowed unused vars must match /^_/u
Run eslint: src/index.ts#L25
'Polygon' is defined but never used. Allowed unused vars must match /^_/u
Run eslint
Process completed with exit code 1.
Run eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/