File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
GitHub Actions (and some third-party tools) provide nice badges you can put in your README!
4
4
Here are some examples from the devkit workflows (replace "organization/project" with your path).
5
5
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 )
9
9
[ ![ Coverage Status] ( https://coveralls.io/repos/github/organization/project/badge.svg?branch=develop )] ( https://coveralls.io/github/organization/project?branch=develop )
You can’t perform that action at this time.
0 commit comments