From 5a3687a5998499e86d289132b36f64e88f8dbcce Mon Sep 17 00:00:00 2001 From: JounQin Date: Fri, 27 Oct 2023 13:45:34 +0800 Subject: [PATCH] docs: fix GitHub Actions badge --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c3e0a64..49f0b0a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @unts/prettier -[![GitHub Actions](https://github.com/un-ts/prettier/workflows/Node%20CI/badge.svg)](https://github.com/un-ts/prettier/actions?query=workflow%3A%22Node+CI%22) +[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/un-ts/prettier/ci.yml)](https://github.com/un-ts/prettier/actions/workflows/ci.yml) [![Codecov](https://img.shields.io/codecov/c/gh/un-ts/prettier)](https://codecov.io/gh/un-ts/prettier) [![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fun-ts%2Fprettier%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage) [![GitHub release](https://img.shields.io/github/release/un-ts/prettier)](https://github.com/un-ts/prettier/releases) diff --git a/package.json b/package.json index 44f8839e..086ac32a 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "size-limit": [ { "path": "packages/autocorrect/lib/index.js", - "limit": "390B" + "limit": "550B" }, { "path": "packages/pkg/lib/index.js",