Skip to content

[6.x] Add Form builder #1089

[6.x] Add Form builder

[6.x] Add Form builder #1089

Triggered via pull request August 10, 2026 09:16
Status Success
Total duration 3m 6s
Artifacts

js-ci.yml

on: pull_request
Build + Check
3m 3s
Build + Check
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build + Check
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
typescript(no-floating-promises): resources/js/modules/navigation/components/cp-queue-indicator.ts#L85
Promises must be awaited, add void operator to ignore.
typescript(no-base-to-string): resources/js/bootstrap/cp.ts#L59
'value' will use Object's default stringification format ('[object Object]') when stringified.
unicorn(no-useless-spread): resources/js/modules/grouped-entry-type-manager/grouped-entry-type-manager.ts#L603
Using a spread operator here creates a new array unnecessarily.