From f2b1ca8b7a3782aec7127240e0ab13d85bb4ebec Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Tue, 27 Oct 2020 16:27:53 +0900 Subject: [PATCH] add github action badges --- README.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 3f08ba1..f12ac4c 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,18 @@ cChardet is high speed universal character encoding detector. - binding to `ucha :target: https://badge.fury.io/py/cchardet :alt: PyPI version +.. image:: https://github.com/PyYoshi/cChardet/workflows/Build%20for%20Linux/badge.svg?branch=master + :target: https://github.com/PyYoshi/cChardet/actions?query=workflow%3A%22Build+for+Linux%22 + :alt: Build for Linux + +.. image:: https://github.com/PyYoshi/cChardet/workflows/Build%20for%20macOS/badge.svg?branch=master + :target: https://github.com/PyYoshi/cChardet/actions?query=workflow%3A%22Build+for+macOS%22 + :alt: Build for macOS + +.. image:: https://github.com/PyYoshi/cChardet/workflows/Build%20for%20windows/badge.svg?branch=master + :target: https://github.com/PyYoshi/cChardet/actions?query=workflow%3A%22Build+for+windows%22 + :alt: Build for Windows + Supported Languages/Encodings -----------------------------