From e08c498fd1f36ceb803a6f374fa5176af33b3eea Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 20 Nov 2024 13:04:20 +0000 Subject: [PATCH] ci(ci): rename ci workflow (#840) --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04f03404..3aa61300 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: CI workflow +name: CI on: push: diff --git a/README.md b/README.md index b6348104..e667dd50 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # @fastify/swagger [![NPM version](https://img.shields.io/npm/v/@fastify/swagger.svg?style=flat)](https://www.npmjs.com/package/@fastify/swagger) -![CI workflow](https://github.com/fastify/fastify-swagger/workflows/CI%20workflow/badge.svg) +![CI(https://github.com/fastify/fastify-swagger/workflows/CI/badge.svg) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) A Fastify plugin for serving [Swagger (OpenAPI v2)](https://swagger.io/specification/v2/) or [OpenAPI v3](https://swagger.io/specification) schemas, which are automatically generated from your route schemas, or from an existing Swagger/OpenAPI schema.