馃帹 Let the docs sidebar read as links, not boxes #1321
ci.yml
on: pull_request
Matrix: filesystem-contract
main-green
11s
lint
17s
test-deno
22m 53s
jsr
21s
smoke
1m 23s
composability
0s
site
19s
test-node
7m 51s
test-bun
7m 39s
green
5s
Annotations
24 errors and 32 warnings
|
main-green
Process completed with exit code 1.
|
|
main-green
CI for `main` at 5542c92 concluded failure (https://github.com/taras/executable.md/actions/runs/32584003585). Restore `main` first, or label a repair pull request `ci-main-red-fix`.
|
|
test-bun
CI is not green: jsr=skipped
|
|
test-bun
CI is not green: test-deno=skipped
|
|
test-bun
CI is not green: lint=skipped
|
|
test-bun
CI is not green: test-bun=skipped
|
|
test-bun
CI is not green: test-node=skipped
|
|
test-bun
CI is not green: site=skipped
|
|
test-bun
CI is not green: smoke=skipped
|
|
test-bun
CI is not green: jsr=skipped
|
|
test-bun
CI is not green: test-deno=skipped
|
|
test-bun
CI is not green: lint=skipped
|
|
test-deno
CI is not green: jsr=skipped
|
|
test-deno
CI is not green: test-deno=skipped
|
|
test-deno
CI is not green: lint=skipped
|
|
test-deno
CI is not green: test-bun=skipped
|
|
test-deno
CI is not green: test-node=skipped
|
|
test-deno
CI is not green: site=skipped
|
|
test-deno
CI is not green: smoke=skipped
|
|
test-deno
CI is not green: jsr=skipped
|
|
test-deno
CI is not green: test-deno=skipped
|
|
test-deno
CI is not green: lint=skipped
|
|
green
Process completed with exit code 1.
|
|
green
CI is not green: main-green=failure
|
|
main-green
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-shadow):
packages/workflow/src/composition/components/PullRequest.ts#L140
'props' is already declared in the upper scope.
|
|
unicorn(consistent-function-scoping):
packages/workflow/tests/workflow-lifecycle-inspection.test.ts#L1085
Function `sqlite` does not capture any variables from its parent scope
|
|
unicorn(no-array-sort):
packages/workflow/tests/workflow-lifecycle-inspection.test.ts#L872
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
unicorn(no-array-sort):
packages/workflow/tests/workflow-lifecycle-inspection.test.ts#L559
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
unicorn(no-array-sort):
packages/workflow/tests/workspace-effect-loaded-copy.test.ts#L456
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
eslint(no-shadow):
packages/workflow/src/composition/components/IssueTracker.ts#L65
'props' is already declared in the upper scope.
|
|
unicorn(no-array-sort):
packages/durable-streams/tests/structured-concurrency.test.ts#L219
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
unicorn(no-array-sort):
packages/durable-streams/tests/structured-concurrency.test.ts#L215
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
unicorn(no-array-sort):
packages/durable-streams/tests/structured-concurrency.test.ts#L69
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
unicorn(no-array-sort):
packages/durable-streams/tests/structured-concurrency.test.ts#L56
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
site
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
jsr
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
jsr:
packages/workflow/tests/workspace-effect-loaded-copy.test.ts#L233
unable to analyze dynamic import
|
|
jsr:
packages/workflow/tests/workspace-effect-loaded-copy.test.ts#L87
unable to analyze dynamic import
|
|
jsr:
packages/workflow/tests/workflow-suspension.test.ts#L201
unable to analyze dynamic import
|
|
jsr:
packages/workflow/tests/support/composition.ts#L599
unable to analyze dynamic import
|
|
jsr:
packages/web/tests/validator-script.ts#L78
unable to analyze dynamic import
|
|
jsr:
packages/web/tests/assets.test.ts#L62
unable to analyze dynamic import
|
|
jsr:
packages/durable-streams/tests/guard-stream.test.ts#L107
unable to analyze dynamic import
|
|
jsr:
packages/durable-streams/tests/fail-stop.test.ts#L264
unable to analyze dynamic import
|
|
jsr:
packages/core/src/temp-file-compiler.ts#L74
unable to analyze dynamic import
|
|
jsr:
packages/core/src/data-uri-compiler.ts#L47
unable to analyze dynamic import
|
|
filesystem-contract (ubuntu-24.04, x86_64-unknown-linux-gnu)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
filesystem-contract (ubuntu-24.04-arm, aarch64-unknown-linux-gnu)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
smoke
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
filesystem-contract (macos-15, aarch64-apple-darwin)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
filesystem-contract (macos-15-intel, x86_64-apple-darwin)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
filesystem-contract (windows-2025, x86_64-pc-windows-msvc)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-node
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb, pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-deno
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: denoland/setup-deno@e95548e56dfa95d4e1a28d6f422fafe75c4c26fb. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|