From 991bf966ad70e0ccae2ef62f8012c6a2fbb0dcc5 Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Thu, 7 Oct 2021 00:00:44 -0300 Subject: [PATCH] Update CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c313a..9432d45 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `jest-json` -[![Travis](https://api.travis-ci.com/duailibe/jest-json.svg)](https://travis-ci.com/duailibe/jest-json) +[![CI](https://img.shields.io/github/workflow/status/duailibe/jest-json/CI.svg)](https://github.com/duailibe/jest-json/actions/workflows/ci.yaml) [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![npm](https://img.shields.io/npm/v/jest-json.svg)](https://npmjs.org/jest-json) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)