From f5bd0cbf702a2c91e9271d23dfe0fa2025bc4d23 Mon Sep 17 00:00:00 2001 From: tchapi Date: Wed, 22 Dec 2021 19:18:51 +0100 Subject: [PATCH] Add a CI badge in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2492a8e..5779830 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Davis --- -[![Publish Docker image](https://github.com/tchapi/davis/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/tchapi/davis/actions/workflows/main.yml) +[![Build Status][ci_badge]][ci_link] [![Publish Docker image](https://github.com/tchapi/davis/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/tchapi/davis/actions/workflows/main.yml) A simple, fully translatable admin interface and frontend for `sabre/dav` based on [Symfony 5](https://symfony.com/) and [Bootstrap 4](https://getbootstrap.com/), largely inspired by [Baïkal](https://github.com/sabre-io/Baikal). @@ -250,3 +250,6 @@ _This project does not use any pipeline for the assets since the frontend side i # Licence This project is release under the MIT licence. See the LICENCE file + +[ci_badge]: https://github.com/tchapi/davis/workflows/CI/badge.svg +[ci_link]: https://github.com/tchapi/davis/actions?query=workflow%3ACI \ No newline at end of file