From 1e53118ca1caf512aeec33fa965f9e86a7bf3eb5 Mon Sep 17 00:00:00 2001 From: Rong Sen Ng Date: Tue, 31 Mar 2020 23:55:00 +0800 Subject: [PATCH] doc: Add Github Actions badge --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4aecf1a..041eaf5 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ [![Version][version-badge]][version-url] [![MIT License][mit-license-badge]][mit-license-url] +[![ci][ga-badge]][ga-url] + > A collection of [deno] modules written in TypeScript. ## Table of contents @@ -58,7 +60,11 @@ Check out [nodemod] for equivalent modules for Node.js. [version-badge]: https://flat.badgen.net/github/release/motss/deno_mod?icon=github [mit-license-badge]: https://flat.badgen.net/github/license/motss/deno_mod +[ga-badge]: https://github.com/motss/deno_mod/workflows/ci/badge.svg?branch=master + [version-url]: https://github.com/motss/deno_mod/releases [mit-license-url]: /LICENSE + +[ga-url]: https://github.com/motss/deno_mod/actions?query=workflow%3Aci