Skip to content

Commit 667640e

Browse files
committed
Update README.md to use consistent badge URLs for GitHub Actions
1 parent eb75da9 commit 667640e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Laravel Running Number
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/cleaniquecoders/laravel-running-number.svg?style=flat-square)](https://packagist.org/packages/cleaniquecoders/laravel-running-number)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/cleaniquecoders/laravel-running-number/run-tests?label=tests)](https://github.com/cleaniquecoders/laravel-running-number/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/cleaniquecoders/laravel-running-number/Check%20&%20fix%20styling?label=code%20style)](https://github.com/cleaniquecoders/laravel-running-number/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/cleaniquecoders/laravel-running-number/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/cleaniquecoders/laravel-running-number/actions/workflows/run-tests.yml)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/cleaniquecoders/laravel-running-number/fix-styling.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/cleaniquecoders/laravel-running-number/actions/workflows/fix-styling.yml)
6+
[![PHPStan Analysis](https://img.shields.io/github/actions/workflow/status/cleaniquecoders/laravel-running-number/phpstan.yml?branch=main&label=phpstan&style=flat-square)](https://github.com/cleaniquecoders/laravel-running-number/actions/workflows/phpstan.yml)
67
[![Total Downloads](https://img.shields.io/packagist/dt/cleaniquecoders/laravel-running-number.svg?style=flat-square)](https://packagist.org/packages/cleaniquecoders/laravel-running-number)
78

89
Generate sequential running numbers for your Laravel application. Perfect for invoice numbers, order numbers, customer IDs, and any other sequential identifiers you need.

0 commit comments

Comments
 (0)