aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBeatLink <beatlink@protonmail.com>2019-06-12 16:33:02 -0500
committerBeatLink <beatlink@protonmail.com>2019-06-12 16:33:02 -0500
commit5466dd380d32dece53b173152a0785936c1855e0 (patch)
tree3549febdb02bbdb0422a413c46e7bc5ca323c228 /README.md
parentFix CI/CD Script (diff)
downloadlibrewolf-linux-5466dd380d32dece53b173152a0785936c1855e0.tar.gz
librewolf-linux-5466dd380d32dece53b173152a0785936c1855e0.tar.bz2
librewolf-linux-5466dd380d32dece53b173152a0785936c1855e0.zip
Add pipeline badge to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index babff7f..4c14d69 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,7 @@
<a href="https://github.com/LibreWolf-Browser/LibreWolf/releases" target="_blank"><img src="https://img.shields.io/badge/Download-%20LibreWolf-green.svg"> </a>
<a href="https://github.com/LibreWolf-Browser/LibreWolf/releases"><img src="https://img.shields.io/badge/Version-0.0.1-green.svg"></a>
<a href="https://github.com/LibreWolf-Browser/LibreWolf/commits/master"><img src="https://img.shields.io/badge/Maintained-Yes-green.svg"></a>
+[![pipeline status](https://gitlab.com/librewolf-community/librewolf/badges/master/pipeline.svg)](https://gitlab.com/librewolf-community/librewolf/commits/master)
<a href="https://github.com/LibreWolf-Browser/LibreWolf/pulls"><img src="https://img.shields.io/badge/PR-0-green.svg"></a>
<a href="https://github.com/LibreWolf-Browser/LibreWolf/issues?q=is%3Aissue+is%3Aclosed"><img src="https://img.shields.io/badge/Solved%20Issues-3-green.svg"></a>
<a href="https://www.mozilla.org/en-US/MPL/2.0/" target="_blank"><img src="https://img.shields.io/badge/License-Mozilla--MLP2-blue.svg"></a>
bgstack15