From 346c6ab7eaf917f60e15e1a3f9988ad59fb5a3e9 Mon Sep 17 00:00:00 2001 From: Tabitha Cromarty Date: Mon, 11 Nov 2024 10:02:21 +0000 Subject: [PATCH] Replace CircleCI build status badge with Github Actions one (#118) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4afae4e..77f7609 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Anony [![Yard Documentation](http://img.shields.io/badge/yard-docs-blue.svg)](http://rubydoc.info/gems/anony) -[![Build status](https://circleci.com/gh/gocardless/anony.svg?style=svg)](https://circleci.com/gh/gocardless/anony) +[![Build status](https://github.com/gocardless/anony/actions/workflows/test.yml/badge.svg)](https://github.com/gocardless/anony/actions/workflows/test.yml) Anony is a small library that defines how ActiveRecord models should be anonymised for deletion purposes.