From 912e5f19f4637cb60a2babe36e7f84a733a67d81 Mon Sep 17 00:00:00 2001 From: XiaoRui Date: Sun, 1 May 2022 00:13:19 +0800 Subject: [PATCH] chore: update build status badge url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b183511..d2a15ed0 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # egg-bin [![NPM version][npm-image]][npm-url] -[![build status][github-actions]][github-actions-url] +[![build status][ci-image]][ci-url] [![Test coverage][codecov-image]][codecov-url] [![Known Vulnerabilities][snyk-image]][snyk-url] [![npm download][download-image]][download-url] [npm-image]: https://img.shields.io/npm/v/egg-bin.svg?style=flat-square [npm-url]: https://npmjs.org/package/egg-bin -[github-actions]: https://github.com/eggjs/egg-bin/actions/workflows/linux-14.yml/badge.svg?branch=master -[github-actions-url]: https://github.com/eggjs/egg-bin/actions/workflows/linux-14.yml +[ci-image]: https://github.com/eggjs/egg-bin/actions/workflows/nodejs.yml/badge.svg +[ci-url]: https://github.com/eggjs/egg-bin/actions/workflows/nodejs.yml [codecov-image]: https://codecov.io/gh/eggjs/egg-bin/branch/master/graph/badge.svg [codecov-url]: https://codecov.io/gh/eggjs/egg-bin [snyk-image]: https://snyk.io/test/npm/egg-bin/badge.svg?style=flat-square