From da206bfe1f41d5e9e2fc4fbdfb162eba1220e513 Mon Sep 17 00:00:00 2001 From: Igor Savin Date: Tue, 6 Feb 2024 19:54:52 +0200 Subject: [PATCH] Add missing badges --- .github/workflows/ci.yml | 4 ++++ README.md | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8aa04bc..0eaf894 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,10 @@ name: ci on: pull_request: + push: + branches: + - master + jobs: build: runs-on: ubuntu-latest diff --git a/README.md b/README.md index c53537a..b70431c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # buffer-crc32 -[![Build Status](https://secure.travis-ci.org/brianloveswords/buffer-crc32.png?branch=master)](http://travis-ci.org/brianloveswords/buffer-crc32) +[![NPM Version](https://img.shields.io/npm/v/buffer-crc32.svg)](https://npmjs.org/package/buffer-crc32) +[![Build Status](https://github.com/brianloveswords/buffer-crc32/workflows/ci/badge.svg)](https://github.com/brianloveswords/buffer-crc32/actions) crc32 that works with binary data and fancy character sets, outputs buffer, signed or unsigned data and has tests.