aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/ci.yml (renamed from .github/workflows/test.yml)0
-rw-r--r--README.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml
index 7f36a65..7f36a65 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/ci.yml
diff --git a/README.md b/README.md
index 97b3dda..511571f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Sorting algorithms
==================
-[![Test](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/test.yml)
+[![CI](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/ci.yml)
Gettting the hang out of (sorting) algorithms.
See also https://egor-tensin.github.io/sorting-algorithms/.