From 2f553a70600fa87852ee29fa1b2d89b303c222f9 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 1 Jun 2024 21:06:12 +0200 Subject: [PATCH 1/2] Fixd the CI badge The workflow was renamed in https://github.com/Byron/gitoxide/commit/86cafe3c38ae7b40cee2f532a19e1d48de389a04 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb1cf0867bc..b73144fec3b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Rust](https://github.com/Byron/gitoxide/workflows/Rust/badge.svg)](https://github.com/Byron/gitoxide/actions) +[![CI](https://github.com/Byron/gitoxide/workflows/ci/badge.svg)](https://github.com/Byron/gitoxide/actions) [![Crates.io](https://img.shields.io/crates/v/gitoxide.svg)](https://crates.io/crates/gitoxide) @@ -10,6 +10,7 @@ like `fetch` and `clone`, and to validate the usability and control of the API o `gitoxide` aspires to be a production-grade server implementation and the `ein` binary aspires to become the default way to interact with git repositories. +[![asciicast](https://asciinema.org/a/542159.svg)](https://asciinema.org/a/542159) [![asciicast](https://asciinema.org/a/542159.svg)](https://asciinema.org/a/542159) [`gix`]: https://docs.rs/gix From 644abe03457198c19c28737e3e241a3cfcb619fd Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 2 Jun 2024 08:53:55 +0200 Subject: [PATCH 2/2] Remove duplicate line from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b73144fec3b..1b6e9b19d89 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ like `fetch` and `clone`, and to validate the usability and control of the API o `gitoxide` aspires to be a production-grade server implementation and the `ein` binary aspires to become the default way to interact with git repositories. -[![asciicast](https://asciinema.org/a/542159.svg)](https://asciinema.org/a/542159) [![asciicast](https://asciinema.org/a/542159.svg)](https://asciinema.org/a/542159) [`gix`]: https://docs.rs/gix