Skip to content

Commit d3a4d74

Browse files
authored
Cicd/add test action (#4)
* ci: run pest on pull request and push * ci: add static analysis * docs: add test badge
1 parent 8f1bab0 commit d3a4d74

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<p align="center">
22
<img src="assets/logo.webp" width="120" alt="Tapper">
3-
</p>
43

5-
![Status](https://img.shields.io/badge/status-in%20development-yellow)
4+
</p>
5+
<p align="center">
6+
<a href="https://github.com/tapperphp/tapper/actions"><img alt="GitHub Actions Workflow Status" src="https://img.shields.io/github/actions/workflow/status/tapperphp/tapper/tests.yml?&style=for-the-badge&label=Tests&branch=master"></a>
7+
<img alt="Development Statue" src="https://img.shields.io/badge/status-in%20development-yellow?style=for-the-badge">
8+
</p>
69

710
```PHP
811
<?php

0 commit comments

Comments
 (0)