chore: configure repository for github #2
ci.yml
on: pull_request
Lint
1m 49s
Build and test
3m 5s
Annotations
12 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/
|
|
unicorn(consistent-function-scoping):
packages/workshop-backend/__tests__/message-format-refs.test.ts#L99
Function `request` does not capture any variables from its parent scope
|
|
eslint(no-shadow):
packages/workshop-frontend/src/SandboxedResourceConfigurator.tsx#L274
'deltaY' is already declared in the upper scope.
|
|
eslint(no-shadow):
packages/workshop-frontend/src/SandboxedResourceConfigurator.tsx#L273
'deltaX' is already declared in the upper scope.
|
|
eslint(no-shadow):
packages/workshop-frontend/src/SandboxedResourceConfigurator.tsx#L218
'layoutHeight' is already declared in the upper scope.
|
|
eslint(no-shadow):
packages/workshop-frontend/src/components/AppShell/CommandPalette.tsx#L303
'flat' is already declared in the upper scope.
|
|
eslint(no-shadow):
packages/workshop-frontend/src/components/AppShell/CommandPalette.tsx#L302
'groups' is already declared in the upper scope.
|
|
eslint(no-shadow):
packages/typed-storage/src/index.ts#L616
'result' is already declared in the upper scope.
|
|
eslint(no-shadow):
packages/typed-storage/src/index.ts#L310
'collection' is already declared in the upper scope.
|
|
eslint(no-shadow):
packages/typed-storage/src/index.ts#L59
'Key' is already declared in the upper scope.
|
|
eslint(no-shadow):
packages/typed-storage/src/index.ts#L52
'Key' is already declared in the upper scope.
|
|
Build and 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@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|