From 83b969f419c576daa3e026ec545487bbce59a45c Mon Sep 17 00:00:00 2001 From: Kath Young Date: Fri, 1 Sep 2023 13:25:47 +0930 Subject: [PATCH] Add status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c43461..26e69bd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CI](https://github.com/PortableStudios/eloquent-zoho/actions/workflows/laravel.yml/badge.svg)](https://github.com/PortableStudios/eloquent-zoho/actions/workflows/laravel.yml) + # Eloquent Zoho This package provides a rudimentary(aka, far from complete) implementation of the Zoho API as an Eloquent driver for Laravel, to enable the use of Zoho data models as eloquent models.