This repository was archived by the owner on Aug 20, 2026. It is now read-only.
refactor!: drop wrapRunsToWidth and rotatePointAboutCenter from the p… #56
ci.yml
on: push
Commitlint
14s
Lint
31s
Typecheck
24s
Test
46s
Smoke test
21s
Notify downstream repositories
Publish alias to GitHub Packages
Attest SBOM and build provenance
Matrix: publish-aliases
Annotations
4 errors
|
Smoke test
Process completed with exit code 1.
|
|
[smoke] test/smoke.test.mjs > dist/ exports are present in both builds > rotatePointAboutCenter is a function:
test/smoke.test.mjs#L51
AssertionError: expected 'undefined' to be 'function' // Object.is equality
Expected: "function"
Received: "undefined"
❯ test/smoke.test.mjs:51:32
|
|
[smoke] test/smoke.test.mjs > dist/ exports are present in both builds > wrapRunsToWidth is a function:
test/smoke.test.mjs#L51
AssertionError: expected 'undefined' to be 'function' // Object.is equality
Expected: "function"
Received: "undefined"
❯ test/smoke.test.mjs:51:32
|
|
Test
Coverage upload failed: Coverage upload failed (HTTP 403): Code quality is not enabled for this repository. Enable code quality in your repository settings.. To treat upload errors as warnings, add 'fail-on-error: false' to the action inputs. See https://docs.github.com/en/code-security/how-tos/maintain-quality-code/set-up-code-coverage for more information.
|