From dabe5c986ba9a4afd1eff3f4c454fae7a9608027 Mon Sep 17 00:00:00 2001 From: Steven Date: Thu, 5 Mar 2020 20:31:40 -0500 Subject: [PATCH] Update CI badge in readme (#517) * Update CI badge in readme * Update readme.md with official badge Co-Authored-By: Nathan Rajlich Co-authored-by: Nathan Rajlich --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8defdb33..6458fb08 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # ncc -[![Build Status](https://circleci.com/gh/zeit/ncc.svg?&style=shield)](https://circleci.com/gh/zeit/workflows/ncc) +[![CI Status](https://github.com/zeit/ncc/workflows/CI/badge.svg)](https://github.com/zeit/ncc/actions?workflow=CI) [![codecov](https://codecov.io/gh/zeit/ncc/branch/master/graph/badge.svg)](https://codecov.io/gh/zeit/ncc) Simple CLI for compiling a Node.js module into a single file,