这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions .github/workflows/turborepo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,12 @@ jobs:
- name: Install Bun
uses: oven-sh/setup-bun@4bc047ad259df6fc24a6c9b0f9a0cb08cf17fbe5 # v2.0.1

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
with:
macos-skip-brew-update: "true"
env:
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: true
# - name: Setup Graphviz
# uses: ts-graphviz/setup-graphviz@v2
# with:
# macos-skip-brew-update: "true"
# env:
# HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: true

- name: Cache Prysk
id: cache-prysk
Expand Down
2 changes: 2 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# `turbo` CLI

Visit https://turborepo.com to view the full documentation.

test
Comment on lines +4 to +5
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
test

A stray "test" line has been added to the README, which appears to be debug content that shouldn't be in the documentation.

View Details

Analysis

Stray "test" debug line in cli/README.md

What fails: cli/README.md contains an extraneous word "test" on line 5 that has no documentation purpose and is visible to users viewing the file.

How to reproduce:

cat cli/README.md | tail -1
# Output: "test"

Result: The README displays an unexplained "test" line at the end of the file, appearing as accidental debug content.

Expected: The README should end with the documentation link with no trailing debug content.

Fix: Removed the stray "test" line from cli/README.md.

Loading