Skip to content

Apply width restriction per item in TwoColumn #216

Apply width restriction per item in TwoColumn

Apply width restriction per item in TwoColumn #216

Triggered via pull request March 27, 2026 13:07
Status Success
Total duration 3m 9s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 16 warnings
lint
Process completed with exit code 1.
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v2, actions/setup-node@v1. 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: entry_types/scrolled/package/src/frontend/useScrollPositionLifecycle.js#L1
'useState' is defined but never used.
lint: entry_types/scrolled/package/spec/frontend/inlineEditing/LinkTooltip-spec.js#L250
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md
lint: package/spec/ui/views/TabsView-spec.js#L2
'within' is defined but never used.
lint: admins/pageflow/entry.rb#L115
Layout/MultilineMethodCallIndentation: Align `.sites_allowed_for` with `SitePolicy::Scope` on line 113.
lint: admins/pageflow/entry.rb#L114
Layout/MultilineMethodCallIndentation: Align `.new` with `SitePolicy::Scope` on line 113.
lint: admins/pageflow/entry.rb#L106
Layout/MultilineMethodCallIndentation: Align `.order` with `AccountPolicy::Scope` on line 103.
lint: admins/pageflow/entry.rb#L105
Layout/MultilineMethodCallIndentation: Align `.entry_movable` with `AccountPolicy::Scope` on line 103.
lint: admins/pageflow/entry.rb#L104
Layout/MultilineMethodCallIndentation: Align `.new` with `AccountPolicy::Scope` on line 103.
lint: admins/pageflow/accounts.rb#L55
Layout/MultilineMethodCallIndentation: Align `.order` with `AccountPolicy::Scope.new(current_user, Account)` on line 53.
lint: admins/pageflow/accounts.rb#L54
Layout/MultilineMethodCallIndentation: Align `.member_addable` with `AccountPolicy::Scope.new(current_user, Account)` on line 53.
lint: admins/pageflow/accounts.rb#L47
Layout/MultilineMethodCallIndentation: Align `.order` with `Account` on line 45.
lint: admins/pageflow/accounts.rb#L46
Layout/MultilineMethodCallIndentation: Align `.accessible_by` with `Account` on line 45.
lint: admins/pageflow/accounts.rb#L24
Style/ReduceToHash: Use `to_h { ... }` instead of `each_with_object`.