Skip to content

Commit 5a01341

Browse files
committed
fix links
1 parent e109f02 commit 5a01341

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
uses: ramsey/composer-install@v1
2424

2525
- name: Run PHPStan
26-
run: ./vendor/bin/phpstan --error-format=github
26+
run: vendor/bin/phpstan --error-format=github

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Very short description of the package
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/blamebutton/laravel-changelog.svg?style=flat-square)](https://packagist.org/packages/blamebutton/laravel-changelog)
4-
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/blamebutton/laravel-changelog/phpunit?label=tests)](https://github.com/blamebutton/laravel-changelog/actions?query=workflow%3Arun-tests+branch%3Amain)
5-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/blamebutton/laravel-changelog/php-cs-fixer?label=code%20style)](https://github.com/blamebutton/laravel-changelog/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
4+
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/blamebutton/laravel-changelog/phpunit?label=tests)](https://github.com/blamebutton/laravel-changelog/actions?query=workflow%3Aphpunit+branch%3Amain)
5+
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/blamebutton/laravel-changelog/php-cs-fixer?label=code%20style)](https://github.com/blamebutton/laravel-changelog/actions?query=workflow%3Aphp-cs-fixer+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/blamebutton/laravel-changelog.svg?style=flat-square)](https://packagist.org/packages/blamebutton/laravel-changelog)
77

88
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

0 commit comments

Comments
 (0)