Skip to content

Commit

Permalink
Add missing badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Feb 6, 2024
1 parent 8819caa commit da206bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: ci
on:
pull_request:

push:
branches:
- master

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit da206bf

Please sign in to comment.