From c489e60a9d39bb0fba8c06a10bfb279ff127b522 Mon Sep 17 00:00:00 2001 From: Daniele Date: Sun, 16 Nov 2025 10:55:38 +0100 Subject: [PATCH] Update CI badge URL in README Changed the GitHub Actions CI badge link in the README to point to the correct workflow file (ci.yml) instead of run-tests.yml. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f919684..4ae1a19 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Thrifty - a Gleamourous Apache Thrift Compact Protocol Library. -[![CI](https://github.com/lupodevelop/thrifty/actions/workflows/run-tests.yml/badge.svg?branch=main)](https://github.com/lupodevelop/thrifty/actions/workflows/run-tests.yml)[![Hex](https://img.shields.io/hexpm/v/thrifty.svg)](https://hex.pm/packages/thrifty) [![License](https://img.shields.io/badge/license-Apache%202.0-yellow.svg)](LICENSE) [![Built with Gleam](https://img.shields.io/badge/Built%20with-Gleam-ffaff3)](https://gleam.run) [![Gleam Version](https://img.shields.io/badge/gleam-%3E%3D1.13.0-ffaff3)](https://gleam.run) +[![CI](https://github.com/lupodevelop/thrifty/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/lupodevelop/thrifty/actions/workflows/ci.yml)[![Hex](https://img.shields.io/hexpm/v/thrifty.svg)](https://hex.pm/packages/thrifty) [![License](https://img.shields.io/badge/license-Apache%202.0-yellow.svg)](LICENSE) [![Built with Gleam](https://img.shields.io/badge/Built%20with-Gleam-ffaff3)](https://gleam.run) [![Gleam Version](https://img.shields.io/badge/gleam-%3E%3D1.13.0-ffaff3)](https://gleam.run)