From 3a91c3b5b8733af68fbe514735f9cec7059f1162 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 21 Jan 2024 11:57:04 +0000 Subject: [PATCH] docs(readme): fix broken ci badge link Signed-off-by: Frazer Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d4e53a..ddfb533 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # @fastify/any-schema [![NPM version](https://img.shields.io/npm/v/@fastify/any-schema.svg?style=flat)](https://www.npmjs.com/package/@fastify/any-schema) -![CI workflow](https://github.com/fastify/any-schema-you-like/workflows/CI%20workflow/badge.svg) +[![CI](https://github.com/fastify/any-schema-you-like/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/fastify/any-schema-you-like/actions/workflows/ci.yml) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) Save multiple schemas and decide which one to use to serialize the payload.