From b8590b87dac7649dc4c1c4755ebfdb93296281b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Janu=CC=8A?= Date: Fri, 26 Mar 2021 10:20:07 +0100 Subject: [PATCH] Gitgub Actions badges in readme --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index d1d60f3..dffeed3 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,11 @@ # GPS GPS Point with useful detection and method. -[![Build Status](https://travis-ci.org/stanislav-janu/gps.svg?branch=master)](https://travis-ci.org/stanislav-janu/gps) +[![Composer](https://github.com/stanislav-janu/gps/actions/workflows/composer.yml/badge.svg)](https://github.com/stanislav-janu/gps/actions/workflows/composer.yml) +[![Code style](https://github.com/stanislav-janu/gps/actions/workflows/code_style.yml/badge.svg)](https://github.com/stanislav-janu/gps/actions/workflows/code_style.yml) +[![Tester](https://github.com/stanislav-janu/gps/actions/workflows/tester.yml/badge.svg)](https://github.com/stanislav-janu/gps/actions/workflows/tester.yml) +[![PhpStan](https://github.com/stanislav-janu/gps/actions/workflows/static_analysis.yml/badge.svg)](https://github.com/stanislav-janu/gps/actions/workflows/static_analysis.yml) + [![Latest Stable Version](https://poser.pugx.org/stanislav-janu/gps/v/stable)](https://packagist.org/packages/stanislav-janu/gps) [![Total Downloads](https://poser.pugx.org/stanislav-janu/gps/downloads)](https://packagist.org/packages/stanislav-janu/gps) [![Latest Unstable Version](https://poser.pugx.org/stanislav-janu/gps/v/unstable)](https://packagist.org/packages/stanislav-janu/gps)