Skip to content

Commit 0fe9061

Browse files
authored
Merge pull request #35 from iMattPro/fix-epv
Update readme with badges
2 parents 46ddfba + a1ae586 commit 0fe9061

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ Use the test-framework branch that matches the phpBB version you're developing f
5151
- Your extension's package contents must be located at the root level of the repository. That is, the repository **must directly represent the package**, with all relevant files such as `composer.json`, `README`, `LICENSE`, etc. placed directly in the **root of the repository**, **not inside a subdirectory within the repository**.
5252
- Tests must be defined in your repository using PHPUnit.
5353

54+
## Status Badges
55+
56+
Display a status badge in your repository to indicate the status of your test results.
57+
58+
![Tests](https://github.com/phpbb/phpbb-ext-acme-demo/actions/workflows/tests.yml/badge.svg)
59+
60+
```md
61+
[![Tests](https://github.com/your-org/your-repo/actions/workflows/tests.yml/badge.svg)](https://github.com/your-org/your-repo/actions/workflows/tests.yml)
62+
```
63+
5464
# Configuration Options
5565

5666
You can fine-tune this workflow with several optional arguments in the `with` section:

0 commit comments

Comments
 (0)