Skip to content

fix: resolve biome CI check failures on release/2.0.23#2283

Merged
andrew-bierman merged 1 commit into
release/2.0.23from
copilot/fix-failing-ci-except-e2e
Apr 24, 2026
Merged

fix: resolve biome CI check failures on release/2.0.23#2283
andrew-bierman merged 1 commit into
release/2.0.23from
copilot/fix-failing-ci-except-e2e

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

The Checks workflow was failing with 6 biome errors: one unused import and missing trailing newlines across several files.

Changes

  • GuidesListScreen.tsx — removed unused ScrollView from react-native import
  • Trailing newlines — added missing EOF newline to PackTemplateListScreen.tsx, TripForm.tsx, useKeyboardHideBlur.tsx, and tsconfig.json

Agent-Logs-Url: https://github.com/PackRat-AI/PackRat/sessions/dc3113b9-cce0-4714-9844-ab04fd5624cb

Co-authored-by: andrew-bierman <94939237+andrew-bierman@users.noreply.github.com>
@andrew-bierman andrew-bierman marked this pull request as ready for review April 24, 2026 03:57
Copilot AI review requested due to automatic review settings April 24, 2026 03:57
@andrew-bierman andrew-bierman merged commit 19709b2 into release/2.0.23 Apr 24, 2026
4 of 5 checks passed
@andrew-bierman andrew-bierman deleted the copilot/fix-failing-ci-except-e2e branch April 24, 2026 04:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Fixes Biome CI failures on release/2.0.23 by addressing one unused import and ensuring files conform to Biome’s EOF newline requirement.

Changes:

  • Removed an unused ScrollView import from GuidesListScreen.tsx.
  • Added missing trailing newlines at EOF across several TS/TSX files and tsconfig.json.

Reviewed changes

Copilot reviewed 1 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
tsconfig.json Adds missing EOF newline to satisfy Biome formatting checks.
apps/expo/lib/hooks/useKeyboardHideBlur.tsx Adds missing EOF newline.
apps/expo/features/trips/components/TripForm.tsx Adds missing EOF newline.
apps/expo/features/pack-templates/screens/PackTemplateListScreen.tsx Adds missing EOF newline.
apps/expo/features/guides/screens/GuidesListScreen.tsx Removes unused ScrollView import and adds missing EOF newline.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants