Skip to content

Add maximum allowed gif dimension #8638

Add maximum allowed gif dimension

Add maximum allowed gif dimension #8638

Triggered via pull request September 7, 2026 01:28
Status Success
Total duration 33s
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-unused-vars): src/type/p5.Font.js#L1081
src/type/p5.Font.js:1081:30: Variable 'defaultVal' is declared but never used.
eslint(no-unused-vars): src/type/p5.Font.js#L846
src/type/p5.Font.js:846:35: Variable 'textSize' is declared but never used.
eslint(no-unused-vars): src/webgl/utils.js#L2
src/webgl/utils.js:2:10: Identifier 'INSTANCE_ID_VARYING_NAME' is imported but never used.
eslint(no-unused-vars): utils/contributors-png.mjs#L25
utils/contributors-png.mjs:25:12: Catch parameter 'err' is caught but never used.
eslint(no-unused-vars): utils/contributors-png.js#L26
utils/contributors-png.js:26:12: Catch parameter 'err' is caught but never used.
eslint(no-unused-vars): src/strands/strands_api.js#L10
src/strands/strands_api.js:10:3: Identifier 'OpCode' is imported but never used.
eslint(no-unused-vars): src/strands/strands_api.js#L8
src/strands/strands_api.js:8:3: Identifier 'TypeInfoFromGLSLName' is imported but never used.
eslint(no-unused-vars): src/strands/ir_dag.js#L152
src/strands/ir_dag.js:152:10: Function 'getNodeKey' is declared but never used.
eslint(no-unused-vars): src/strands/ir_dag.js#L5
src/strands/ir_dag.js:5:3: Identifier 'StatementType' is imported but never used.
eslint(no-unused-vars): src/webgl/text.js#L90
src/webgl/text.js:90:18: Catch parameter 'err' is caught but never used.