branch: elpa/anzu
commit 5abb37455ea44fa401d5f4c1bdc58adb2448db67
Author: Neil Okamoto <[email protected]>
Commit: Neil Okamoto <[email protected]>
fix the ci status badge on README.md
---
.github/workflows/test.yml | 2 +-
README.md | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 830b7153ae..3744fd9e3c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,4 +1,4 @@
-name: CI checks
+name: ci-checks
on:
push:
diff --git a/README.md b/README.md
index dfa73d3a1d..e3861d491d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![melpa badge][melpa-badge]][melpa-link]
[![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
-[![circleci badge][circleci-badge]][circleci-link]
+[![gh actions badge][gh-actions-badge]][gh-actions-link]
## Introduction
@@ -243,7 +243,7 @@ Separator of `to` string.
[melpa-link]: https://melpa.org/#/anzu
[melpa-stable-link]: https://stable.melpa.org/#/anzu
-[circleci-link]: https://app.circleci.com/pipelines/github/emacsorphanage/anzu
+[gh-actions-link]: https://github.com/emacsorphanage/anzu/actions
[melpa-badge]: https://melpa.org/packages/anzu-badge.svg
[melpa-stable-badge]: https://stable.melpa.org/packages/anzu-badge.svg
-[circleci-badge]:
https://img.shields.io/circleci/project/github/emacsorphanage/anzu.svg
+[gh-actions-badge]:
https://github.com/emacsorphanage/anzu/workflows/ci-checks/badge.svg