From 2087d0eb8bf8c3b53e19fa127fba3b6bf1c61951 Mon Sep 17 00:00:00 2001 From: ppshobi <8536607+ppshobi@users.noreply.github.com> Date: Tue, 1 Nov 2022 12:37:31 +0100 Subject: [PATCH] add github action badge --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 3323f90..adb757f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ # Psonic - PHP client for sonic auto suggestion engine [![codecov](https://codecov.io/gh/ppshobi/psonic/branch/master/graph/badge.svg)](https://codecov.io/gh/ppshobi/psonic) +[![.github/workflows/tests.yml](https://github.com/ppshobi/psonic/actions/workflows/tests.yml/badge.svg)](https://github.com/ppshobi/psonic/actions/workflows/tests.yml) + ## Summary [Sonic](https://github.com/valeriansaliou/sonic) is a super fast auto-suggestion engine built by the team at [crisp.chat](crisp.chat), a customer engagement platform. it is built in Rust and they officially support a javascript client, but if you want to use sonic via PHP, this is the library that you can look for.