From ef0400b94ddb44b928db8793a3aacb470c5975d5 Mon Sep 17 00:00:00 2001 From: Sam Pohlenz Date: Wed, 28 Feb 2024 22:06:22 +1030 Subject: [PATCH] Add GitHub Actions build status to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e1bb9..a71e2a7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Trestle Authentication (trestle-auth) [![RubyGem](https://img.shields.io/gem/v/trestle-auth.svg?style=flat&colorB=4065a9)](https://rubygems.org/gems/trestle-auth) -[![Travis](https://img.shields.io/travis/TrestleAdmin/trestle-auth.svg?style=flat)](https://travis-ci.org/TrestleAdmin/trestle-auth) +[![Build Status](https://img.shields.io/github/actions/workflow/status/TrestleAdmin/trestle-auth/rspec.yml?style=flat)](https://github.com/TrestleAdmin/trestle-auth/actions) [![Coveralls](https://img.shields.io/coveralls/TrestleAdmin/trestle-auth.svg?style=flat)](https://coveralls.io/github/TrestleAdmin/trestle-auth) > Authentication plugin for the Trestle admin framework