From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5E460158012 for ; Tue, 21 Sep 2021 21:01:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33549E0801; Tue, 21 Sep 2021 21:01:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1758BE07F9 for ; Tue, 21 Sep 2021 21:01:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00FFE342FEE for ; Tue, 21 Sep 2021 21:01:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19963E5 for ; Tue, 21 Sep 2021 21:01:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1632257969.b404fbd432ab3e38d03e65c216fc10515dcd0133.mattst88@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: / X-VCS-Repository: proj/gentoolkit X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: b404fbd432ab3e38d03e65c216fc10515dcd0133 X-VCS-Branch: master Date: Tue, 21 Sep 2021 21:01:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0a2d60d-c992-4f84-86b1-237f3b28f8e3 X-Archives-Hash: 93ad07f9ba27e04f0f267f3602e720c0 commit: b404fbd432ab3e38d03e65c216fc10515dcd0133 Author: Wolfgang E. Sanyer gmail com> AuthorDate: Tue Sep 21 14:59:33 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Sep 21 20:59:29 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=b404fbd4 Add CI badge to README for unit tests Signed-off-by: Wolfgang E. Sanyer gmail.com> Signed-off-by: Matt Turner gentoo.org> README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index edc961b..2ad5e63 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Unit tests](https://github.com/gentoo/gentoolkit/actions/workflows/ci.yml/badge.svg)](https://github.com/gentoo/gentoolkit/actions/workflows/ci.yml) + MOTIVATION ==========