Skip to content

chore: add CI checks#3

Merged
V3RON merged 3 commits into
mainfrom
feat/ci-checks
Oct 16, 2025
Merged

chore: add CI checks#3
V3RON merged 3 commits into
mainfrom
feat/ci-checks

Conversation

@V3RON

@V3RON V3RON commented Oct 15, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@vercel

vercel Bot commented Oct 15, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
react-native-harness Ready Ready Preview Comment Oct 15, 2025 10:37am

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

Comment thread .github/workflows/ci.yml
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
filter: tree:0

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Bug: Checkout Fails, Blocking CI Pipeline

The filter: tree:0 option in the checkout step prevents source code and project files from being cloned. This causes all subsequent CI steps, including dependency installation, typechecking, building, linting, and testing, to fail due to missing files.

Fix in Cursor Fix in Web

@V3RON V3RON merged commit d1745df into main Oct 16, 2025
4 checks passed
@V3RON V3RON deleted the feat/ci-checks branch October 22, 2025 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant