Skip to content

Commit

Permalink
Update GitHub Actions badge to use correct workflow file
Browse files Browse the repository at this point in the history
Replaced `php.yml` with `tests.yml` in the GitHub Actions badge URL in the README. This ensures the badge reflects the correct workflow status for the project tests.
  • Loading branch information
renfordt committed Jan 8, 2025
1 parent eddeacc commit e01b9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Adds the support of the mathematical method clamp() for PHP.
[![Packagist Version](https://img.shields.io/packagist/v/renfordt/clamp?include_prereleases)](https://packagist.org/packages/renfordt/clamp/)
![Packagist PHP Version](https://img.shields.io/packagist/dependency-v/renfordt/clamp/php)
![GitHub License](https://img.shields.io/github/license/renfordt/clamp)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/renfordt/clamp/php.yml?logo=github)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/renfordt/clamp/tests.yml?logo=github)
[![Code Climate coverage](https://img.shields.io/codeclimate/coverage/renfordt/clamp?logo=codeclimate)](https://codeclimate.com/github/renfordt/clamp/test_coverage)
[![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/renfordt/clamp?logo=codeclimate)](https://codeclimate.com/github/renfordt/clamp/maintainability)

Expand Down

0 comments on commit e01b9af

Please sign in to comment.