mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 01:36:13 +01:00
[TASK] Add a status badge for GitHub actions (#33)
This commit is contained in:
parent
073c03137d
commit
8c4b5425b9
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||
## x.y.z
|
||||
|
||||
### Added
|
||||
- Add a status badge for GitHub actions (#32)
|
||||
- Composer script for PHP code sniffer fixing (#21)
|
||||
- Run the functional tests in parallel
|
||||
- Add PHP-CS-Fixer
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Tea example
|
||||
|
||||
[![Build Status](https://travis-ci.org/typo3-trainer-network/tea.svg?branch=master)](https://travis-ci.org/typo3-trainer-network/tea)
|
||||
[![CI Status](https://github.com/typo3-trainer-network/tea/workflows/CI/badge.svg)](https://github.com/typo3-trainer-network/tea/actions)
|
||||
[![Latest Stable Version](https://poser.pugx.org/ttn/tea/v/stable.svg)](https://packagist.org/packages/ttn/tea)
|
||||
[![Total Downloads](https://poser.pugx.org/ttn/tea/downloads.svg)](https://packagist.org/packages/ttn/tea)
|
||||
[![Latest Unstable Version](https://poser.pugx.org/ttn/tea/v/unstable.svg)](https://packagist.org/packages/ttn/tea)
|
||||
|
|
Loading…
Reference in a new issue