From e90574c974be32d5107947fc75f007a415de4758 Mon Sep 17 00:00:00 2001 From: Joel Male Date: Tue, 2 Jun 2026 16:28:24 +1000 Subject: [PATCH] docs: add CI tests badge to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 12f97b28..f2675d05 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![GitHub Release][ico-release]][link-github-release] [![License][ico-license]](LICENSE) +[![Tests][ico-tests]][link-tests] A Github Action for sending a webhook event any endpoint @@ -114,4 +115,6 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information. [ico-release]: https://img.shields.io/github/tag/joelwmale/webhook-action.svg [ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg +[ico-tests]: https://github.com/joelwmale/webhook-action/actions/workflows/tests.yml/badge.svg [link-github-release]: https://github.com/joelwmale/webhook-action/releases +[link-tests]: https://github.com/joelwmale/webhook-action/actions/workflows/tests.yml