gh Verified current stable Not installed? Version Control

Gh / View Ci Checks Current Branch

View Ci Checks Current Branch

Use 'gh pr checks' to view the current CI checks for your branch before merging.

$
Terminal
gh pr checks

When To Use

Monitor CI statuses during code review before merging commits.

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
Checking CI status for current branch...

- Build: Success
- Test: In Progress
- Lint: Success

Overall Status: Checks in progress

Command Breakdown

What each part is doing

gh
Base Command
The executable that performs this operation. Here it runs Gh before the shell applies any redirect operators.

How To Run

Execution path

  1. Step 1

    Open your terminal.

  2. Step 2

    Run the command 'gh pr checks'.

  3. Step 3

    Review the CI checks displayed for the current branch.

Alternative Approaches

Comparable commands in other tools

Alternative version control tools for the same job.