Skip to content

docs: update CI badge#504

Open
charles-openclaw wants to merge 1 commit into
canonical:mainfrom
charles-openclaw:fix-ci-badge
Open

docs: update CI badge#504
charles-openclaw wants to merge 1 commit into
canonical:mainfrom
charles-openclaw:fix-ci-badge

Conversation

@charles-openclaw
Copy link
Copy Markdown

Description

Fixes #445.

Replaces the obsolete Travis CI build badge in README.md with the existing GitHub Actions Pycloudlib CI workflow badge.

Additional Context and Relevant Issues

The repository no longer uses Travis CI, and .github/workflows/ci.yaml is the current pull request CI workflow.

Test Steps

  • rg -n 'travis-ci|Pycloudlib CI|actions/workflows/ci.yaml' README.md .github/workflows/ci.yaml
  • git diff --check
  • Confirmed README.md no longer references travis-ci.com and that .github/workflows/ci.yaml exists.

No Python test suite was run because this is a README badge-only documentation change.

@charles-openclaw
Copy link
Copy Markdown
Author

Summary

This is an explicit follow-up note for the PR body checklist.

Fixes #445 by replacing the obsolete Travis CI README badge with the repository's existing GitHub Actions Pycloudlib CI workflow badge.

Verification

  • Reproduced the stale travis-ci.com badge reference with rg.
  • Confirmed .github/workflows/ci.yaml exists and is the current CI workflow referenced by the new badge.
  • Ran git diff --check.
  • No Python test suite was run because this is a README badge-only documentation change.

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.

build status badge is obsolete in README.md

1 participant