fix(web): add tracing to build_gon_data and capture gateway logs in CI #228
release.yml
on: push
Workflow Security
10s
Validate Tag Format
2s
Matrix: build-appimage
Matrix: build-arch
Matrix: build-deb
Matrix: build-docker
Matrix: build-homebrew-binaries
Matrix: build-rpm
Build Snap
0s
Build macOS app
0s
Build .exe (x86_64)
0s
Generate Release SBOM
0s
Update Homebrew tap
0s
Update deploy template tags
0s
Annotations
1 error and 11 warnings
|
Format
Process completed with exit code 1.
|
|
Biome
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: biomejs/setup-biome@29711cbb52afee00eb13aeb30636592f9edc0088. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint/suspicious/noEmptyBlockStatements:
crates/web/ui/e2e/specs/chat-autoscroll.spec.js#L68
Unexpected empty block.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
crates/web/ui/e2e/specs/auth.spec.js#L324
Excessive complexity of 25 detected (max: 15).
|
|
lint/complexity/noExcessiveCognitiveComplexity:
crates/web/ui/e2e/specs/auth.spec.js#L260
Excessive complexity of 16 detected (max: 15).
|
|
lint/complexity/noExcessiveCognitiveComplexity:
crates/web/ui/e2e/specs/auth.spec.js#L160
Excessive complexity of 16 detected (max: 15).
|
|
lint/suspicious/useAwait:
crates/web/ui/e2e/specs/agents.spec.js#L83
This async function lacks an await expression.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
crates/web/ui/e2e/helpers.js#L88
Excessive complexity of 32 detected (max: 15).
|
|
lint/suspicious/noEmptyBlockStatements:
crates/web/ui/e2e/helpers.js#L96
Unexpected empty block.
|
|
lint/suspicious/noEmptyBlockStatements:
crates/web/ui/e2e/helpers.js#L112
Unexpected empty block.
|
|
lint/complexity/noExcessiveCognitiveComplexity:
crates/web/ui/e2e/base-test.js#L11
Excessive complexity of 16 detected (max: 15).
|
|
lint/suspicious/noEmptyBlockStatements:
crates/web/ui/e2e/base-test.js#L38
Unexpected empty block.
|