diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:18:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 23:18:32 +0300 |
commit | 92ac58fe3d2f0adfa886c184fd8c0a2fba2fb9bc (patch) | |
tree | 9237bba0ddc8a278cca3f8341a3869c9f12de61a | |
parent | workflows/test: switch back to ubuntu-18.04 (diff) | |
download | sorting-algorithms-92ac58fe3d2f0adfa886c184fd8c0a2fba2fb9bc.tar.gz sorting-algorithms-92ac58fe3d2f0adfa886c184fd8c0a2fba2fb9bc.zip |
workflows/test -> workflows/ci
-rw-r--r-- | .github/workflows/ci.yml (renamed from .github/workflows/test.yml) | 0 | ||||
-rw-r--r-- | README.md | 2 |
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 @@ -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/. |