mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
[TASK] Update the GitHub actions status badge URL (#47)
Now that the project has been moved to a different project, the GitHub actions status badge URL needs to be adapted.
This commit is contained in:
parent
77c709c2df
commit
0ad663e9c7
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||
- Composer script for PHP linting
|
||||
|
||||
### Changed
|
||||
- Move the project to the TYPO3 Documentation Team (#47)
|
||||
- Run unit tests with GitHub actions (#37)
|
||||
- Switch from PSR-2 to PSR-12 (#3, #35)
|
||||
- Move TypoScript linting to GitHub actions (#14)
|
||||
|
|
|
@ -1,7 +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)
|
||||
[![CI Status](https://github.com/TYPO3-Documentation/tea/workflows/CI/badge.svg)](https://github.com/TYPO3-Documentation/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