From 32f542204db49b3c7e355812d203d78b898464c9 Mon Sep 17 00:00:00 2001 From: rankun Date: Mon, 23 Mar 2020 15:59:13 +0800 Subject: [PATCH] docs: add github action badge --- README.md | 7 +++++-- README_zh.md | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4003f8e..1f4a9af 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # QtScrcpy -![build state](https://img.shields.io/badge/build-passing-brightgreen.svg) +![Windows](https://github.com/barry-ran/QtScrcpy/workflows/Windows/badge.svg) +![MacOS](https://github.com/barry-ran/QtScrcpy/workflows/MacOS/badge.svg) +![Ubuntu](https://github.com/barry-ran/QtScrcpy/workflows/Ubuntu/badge.svg) + ![license](https://img.shields.io/badge/license-Apache2.0-blue.svg) -![release](https://img.shields.io/badge/release-v1.0.3-brightgreen.svg) +![release](https://img.shields.io/badge/release-v1.3.0-brightgreen.svg) [中文介绍](README_zh.md) diff --git a/README_zh.md b/README_zh.md index f1c6dcc..31c2670 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,8 +1,11 @@ # QtScrcpy -![build state](https://img.shields.io/badge/build-passing-brightgreen.svg) +![Windows](https://github.com/barry-ran/QtScrcpy/workflows/Windows/badge.svg) +![MacOS](https://github.com/barry-ran/QtScrcpy/workflows/MacOS/badge.svg) +![Ubuntu](https://github.com/barry-ran/QtScrcpy/workflows/Ubuntu/badge.svg) + ![license](https://img.shields.io/badge/license-Apache2.0-blue.svg) -![release](https://img.shields.io/badge/release-v1.0.3-brightgreen.svg) +![release](https://img.shields.io/badge/release-v1.3.0-brightgreen.svg) [English introduction](README.md)