From 83f52d4c45b691676680e8ce29378ef7842b1739 Mon Sep 17 00:00:00 2001 From: Josh Branham Date: Sun, 21 Jan 2024 20:25:30 -0700 Subject: [PATCH] Add GitHub Actions badge to README (#449) * Update README.md Signed-off-by: Josh Branham * Update README.md Signed-off-by: Josh Branham --------- Signed-off-by: Josh Branham --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b57f2a9..bfae1b1d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # attr_encrypted -[![Build Status](https://app.travis-ci.com/attr-encrypted/attr_encrypted.svg?branch=master)](https://travis-ci.org/attr-encrypted/attr_encrypted) [![Test Coverage](https://codeclimate.com/github/attr-encrypted/attr_encrypted/badges/coverage.svg)](https://codeclimate.com/github/attr-encrypted/attr_encrypted/coverage) [![Code Climate](https://codeclimate.com/github/attr-encrypted/attr_encrypted/badges/gpa.svg)](https://codeclimate.com/github/attr-encrypted/attr_encrypted) [![Gem Version](https://badge.fury.io/rb/attr_encrypted.svg)](https://badge.fury.io/rb/attr_encrypted) +![workflow](https://github.com/attr-encrypted/attr_encrypted/actions/workflows/CI.yml/badge.svg) [![Gem Version](https://badge.fury.io/rb/attr_encrypted.svg)](https://badge.fury.io/rb/attr_encrypted) Generates attr_accessors that transparently encrypt and decrypt attributes.