这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ci test

Comment on lines +1 to +2
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
ci test

The README contains test/debug content ("ci test") at the very beginning that should be removed.

View Details

Analysis

README contains temporary "ci test" content at the beginning

What fails: README.md starts with the text "ci test" followed by a blank line before the actual Turborepo logo and content, indicating temporary debug/CI pipeline content was accidentally committed.

How to reproduce:

head -2 README.md

Result:

ci test

The file begins with debug text instead of the centered paragraph with the Turborepo logo.

Expected: README.md should start directly with the <p align="center"> HTML containing the Turborepo logo, not with temporary test content.

Fix: Removed lines 1-2 ("ci test" and blank line) from README.md so the file starts with the proper centered content.

<p align="center">
<a href="https://turborepo.com">
<picture>
Expand Down
Loading