From 9e832012faefcedbf8ad722d4acdc9da2e6397ee Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Fri, 10 Jun 2022 22:45:13 -0400 Subject: [PATCH] docs: change CI badge to use GH Actions instead of Travis - use the "CI" workflow on the `main` branch only - note that it _is_ case-sensitive, so had to put the workflow name in caps for the badge to work properly - basically same as how the previous badge only reported on `main` - missed this one tiny detail during the migration - did a search this time to make sure I replaced Travis everywhere --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 717fc0b..90a0cda 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ [![dw](https://img.shields.io/npm/dw/react-signature-canvas.svg)](https://npmjs.org/package/react-signature-canvas)
[![typings](https://img.shields.io/npm/types/react-signature-canvas.svg)](src/index.tsx) -[![build status](https://img.shields.io/travis/com/agilgur5/react-signature-canvas/main.svg)](https://app.travis-ci.com/github/agilgur5/react-signature-canvas/branches) +[![build status](https://img.shields.io/github/workflow/status/agilgur5/react-signature-canvas/CI/main)](https://github.com/agilgur5/react-signature-canvas/actions/workflows/ci.yml?query=branch%3Amain) [![code coverage](https://img.shields.io/codecov/c/gh/agilgur5/react-signature-canvas/main.svg)](https://codecov.io/gh/agilgur5/react-signature-canvas)
[![NPM](https://nodei.co/npm/react-signature-canvas.png?downloads=true&downloadRank=true&stars=true)](https://npmjs.org/package/react-signature-canvas)