Skip to content

feat: 型でドメインモデルを表現 - Branded ID types と単一定義元 #183

feat: 型でドメインモデルを表現 - Branded ID types と単一定義元

feat: 型でドメインモデルを表現 - Branded ID types と単一定義元 #183

Triggered via push June 29, 2026 07:25
Status Failure
Total duration 34s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 14 warnings
format
Process completed with exit code 1.
format
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. 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/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unicorn(consistent-function-scoping): app/islands/mobile/AvatarMenu.tsx#L9
Function `handleLogout` does not capture any variables from its parent scope
eslint(no-await-in-loop): app/server/db/repositories/book.test.ts#L97
Unexpected `await` inside a loop.
eslint(no-await-in-loop): app/server/db/schema.ts#L106
Unexpected `await` inside a loop.
eslint(no-await-in-loop): app/server/api/auth.ts#L150
Unexpected `await` inside a loop.
unicorn(consistent-function-scoping): app/islands/desktop/Sidebar.tsx#L11
Function `handleLogout` does not capture any variables from its parent scope
eslint(no-new): app/server/lib/validation.ts#L68
Do not use 'new' for side effects.
eslint(no-await-in-loop): app/server/lib/utils.ts#L113
Unexpected `await` inside a loop.
eslint(no-await-in-loop): app/server/lib/utils.ts#L109
Unexpected `await` inside a loop.
unicorn(no-array-sort): app/server/services/rakuten.ts#L198
Use `Array#toSorted()` instead of `Array#sort()`.
unicorn(no-array-sort): scripts/db-setup.ts#L17
Use `Array#toSorted()` instead of `Array#sort()`.
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/