Skip to content

Commit 781ef6b

Browse files
authored
docs: update CI badge on README (#902)
1 parent a2e6c17 commit 781ef6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# React Refresh Webpack Plugin
22

3-
[circleci]: https://app.circleci.com/pipelines/github/pmmmwh/react-refresh-webpack-plugin
4-
[circleci:badge]: https://img.shields.io/circleci/project/github/pmmmwh/react-refresh-webpack-plugin/main
3+
[actions]: https://github.com/pmmmwh/react-refresh-webpack-plugin/actions/workflows/ci.yml
4+
[actions:badge]: https://img.shields.io/github/actions/workflow/status/pmmmwh/react-refresh-webpack-plugin/ci.yml?branch=main
55
[license:badge]: https://img.shields.io/github/license/pmmmwh/react-refresh-webpack-plugin
66
[npm:latest]: https://www.npmjs.com/package/@pmmmwh/react-refresh-webpack-plugin/v/latest
77
[npm:latest:badge]: https://img.shields.io/npm/v/@pmmmwh/react-refresh-webpack-plugin/latest
88
[npm:next]: https://www.npmjs.com/package/@pmmmwh/react-refresh-webpack-plugin/v/next
99
[npm:next:badge]: https://img.shields.io/npm/v/@pmmmwh/react-refresh-webpack-plugin/next
1010

11-
[![CircleCI][circleci:badge]][circleci]
11+
[![GitHub Actions][actions:badge]][actions]
1212
[![License][license:badge]](./LICENSE)
1313
[![Latest Version][npm:latest:badge]][npm:latest]
1414
[![Next Version][npm:next:badge]][npm:next]

0 commit comments

Comments
 (0)