From 3c095c4fd424f83e36f1372695c2f2e0f3b12202 Mon Sep 17 00:00:00 2001 From: Rodrigo Zechin Rosauro Date: Fri, 22 Sep 2023 15:08:06 -0700 Subject: [PATCH] Update readme.md to use the GH Actions badge --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 2024fbd..bcd0f46 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # AWS SQS grep [![npm version](https://badge.fury.io/js/sqs-grep.svg)](https://badge.fury.io/js/sqs-grep) -[![Build Status](https://travis-ci.com/rodrigozr/sqs-grep.svg?branch=master)](https://travis-ci.com/github/rodrigozr/sqs-grep) +[![Build Status](https://github.com/rodrigozr/sqs-grep/actions/workflows/node.js.yml/badge.svg)](https://github.com/rodrigozr/sqs-grep/actions/workflows/node.js.yml) [![Coverage Status](https://coveralls.io/repos/github/rodrigozr/sqs-grep/badge.svg?branch=master)](https://coveralls.io/github/rodrigozr/sqs-grep?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/rodrigozr/sqs-grep/badge.svg)](https://snyk.io/test/github/rodrigozr/sqs-grep) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) @@ -233,4 +233,4 @@ Usage examples # Custom script files `sqs-grep` supports custom message processing by providing a script file with the `--scriptFile` option. -See [user-scripts.md](user-scripts.md) for additional documentation on that feature. \ No newline at end of file +See [user-scripts.md](user-scripts.md) for additional documentation on that feature.