From b294f45a226dfddfe3663c6ed315450c87e18501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 3 Jul 2023 15:38:25 +0800 Subject: [PATCH] Doc: add CI badge --- .github/workflows/{push.yml => ci.yml} | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{push.yml => ci.yml} (99%) diff --git a/.github/workflows/push.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/push.yml rename to .github/workflows/ci.yml index 02ce13fdc..904dff2a8 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: manage pushes +name: CI on: - push diff --git a/README.md b/README.md index 7a35954ea..390af57cc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Fastfetch +[![CI](https://github.com/fastfetch-cli/fastfetch/actions/workflows/ci.yml/badge.svg)](https://github.com/fastfetch-cli/fastfetch/actions/workflows/ci.yml) + Fastfetch is a [neofetch](https://github.com/dylanaraps/neofetch)-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind. Currently, Linux, Android, FreeBSD, MacOS and Windows 7+ are supported.