Skip to content

loading.js uses canvas-based animations and sketch instances have their own indicator #8604

loading.js uses canvas-based animations and sketch instances have their own indicator

loading.js uses canvas-based animations and sketch instances have their own indicator #8604

Re-run triggered September 1, 2026 06:41
Status Success
Total duration 32s
Artifacts

ci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-constant-condition): src/type/textCore.js#L1912
src/type/textCore.js:1912:17: Unexpected constant condition
eslint(no-constant-condition): src/type/textCore.js#L1869
src/type/textCore.js:1869:11: Unexpected constant condition
eslint(no-constant-binary-expression): src/type/textCore.js#L1813
src/type/textCore.js:1813:9: Unexpected constant truthiness on the left-hand side of a "&&" expression
eslint(no-constant-condition): src/type/textCore.js#L1813
src/type/textCore.js:1813:9: Unexpected constant condition
eslint(no-control-regex): src/type/textCore.js#L26
src/type/textCore.js:26:28: Unexpected control character
eslint(eqeqeq): src/core/filterShaders.js#L201
src/core/filterShaders.js:201:33: Expected !== and instead saw !=
eslint(eqeqeq): src/core/filterShaders.js#L201
src/core/filterShaders.js:201:23: Expected !== and instead saw !=
eslint(eqeqeq): src/core/filterShaders.js#L165
src/core/filterShaders.js:165:33: Expected !== and instead saw !=
eslint(eqeqeq): src/core/filterShaders.js#L165
src/core/filterShaders.js:165:23: Expected !== and instead saw !=
eslint(eqeqeq): src/core/filterShaders.js#L104
src/core/filterShaders.js:104:39: Expected === and instead saw ==