Skip to content

Commit 934ed58

Browse files
committed
Update badge paths to match templates
1 parent 221b22b commit 934ed58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/BADGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
GitHub Actions (and some third-party tools) provide nice badges you can put in your README!
44
Here are some examples from the devkit workflows (replace "organization/project" with your path).
55

6-
[![](https://github.com/organization/project/workflows/PHPUnit/badge.svg)](https://github.com/organization/project/actions/workflows/test.yml)
7-
[![](https://github.com/organization/project/workflows/PHPStan/badge.svg)](https://github.com/organization/project/actions/workflows/analyze.yml)
8-
[![](https://github.com/organization/project/workflows/Deptrac/badge.svg)](https://github.com/organization/project/actions/workflows/inspect.yml)
6+
[![](https://github.com/organization/project/workflows/PHPUnit/badge.svg)](https://github.com/organization/project/actions/workflows/phpunit.yml)
7+
[![](https://github.com/organization/project/workflows/PHPStan/badge.svg)](https://github.com/organization/project/actions/workflows/phpstan.yml)
8+
[![](https://github.com/organization/project/workflows/Deptrac/badge.svg)](https://github.com/organization/project/actions/workflows/deptrac.yml)
99
[![Coverage Status](https://coveralls.io/repos/github/organization/project/badge.svg?branch=develop)](https://coveralls.io/github/organization/project?branch=develop)

0 commit comments

Comments
 (0)