Skip to main content

list_checks

Function list_checks 

Source
pub async fn list_checks(repo_dir: &str, branch: &str) -> Option<CiSummary>
Expand description

Fetch CI checks for a specific branch

Uses gh run list --branch <branch> to get recent workflow runs.