Skip to content

Commit

Permalink
Update readme.md to use the GH Actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigozr committed Sep 22, 2023
1 parent d3f0570 commit 3c095c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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)
Expand Down Expand Up @@ -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.
See [user-scripts.md](user-scripts.md) for additional documentation on that feature.

0 comments on commit 3c095c4

Please sign in to comment.