Skip to content

Make Hero component responsive with size variants #125

Make Hero component responsive with size variants

Make Hero component responsive with size variants #125

Triggered via pull request June 15, 2026 04:40
Status Success
Total duration 1m 9s
Artifacts

pr-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Quality
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/github-script@v7, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
eslint(no-await-in-loop): scripts/generate-maps.mjs#L61
Unexpected `await` inside a loop.
unicorn(no-array-sort): src/routes/studio/+page.server.ts#L141
Use `Array#toSorted()` instead of `Array#sort()`.
eslint(no-underscore-dangle): src/routes/studio/+page.server.ts#L14
Unexpected dangling '_' in '`_rawMarkdown`'.
eslint(preserve-caught-error): scripts/fetch_data.js#L32
There is no cause error attached to this new thrown error.
eslint(no-unused-vars): scripts/fetch_data.js#L28
Catch parameter 'e' is caught but never used.
eslint(no-await-in-loop): scripts/fetch_data.js#L61
Unexpected `await` inside a loop.
oxc(no-map-spread): src/routes/2026/workshops/+page.server.ts#L13
Spreading to modify object properties in `map` calls is inefficient
oxc(no-map-spread): src/routes/2026/workshops/+page.server.ts#L13
Spreading to modify object properties in `map` calls is inefficient
unicorn(prefer-add-event-listener): src/lib/components/sections/playground/ImageUpload.svelte#L10
Prefer `addEventListener()` over their `on`-function counterparts.
eslint(no-shadow): src/lib/components/sections/playground/ImageUpload.svelte#L10
'e' is already declared in the upper scope.