From b3a7ea1391ebb46c463b9e8350448b71ea35840e Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Mon, 2 Sep 2024 14:47:06 +0200 Subject: [PATCH 1/7] Update badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d52b685d45..eebb53d86b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KILT-node · [![tests](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg)](https://gitlab.com/kiltprotocol/kilt-node/-/commits/develop) +# KILT-node · [![checks](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![rustdocs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![build](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop)

From f0463ba674fc467daeb46ba4ca3f72dc3f59eaba Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Mon, 2 Sep 2024 14:48:48 +0200 Subject: [PATCH 2/7] Add workflow extensions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eebb53d86b..a9c83b762f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KILT-node · [![checks](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![rustdocs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![build](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) +# KILT-node · [![checks](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![rustdocs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![build](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop)

From 2c6aeb7b3e139f44d094ff0b4e8bacfb06e7c699 Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Mon, 2 Sep 2024 14:51:19 +0200 Subject: [PATCH 3/7] Fix titles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9c83b762f..187f5b1c8e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KILT-node · [![checks](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![rustdocs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![build](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) +# KILT-node · [![Check Code](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![Publish Docs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![Build Artifacts](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop)

From f6d2875c74c007fce32aaf8a1329b2a3e669e8f1 Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Mon, 2 Sep 2024 14:54:29 +0200 Subject: [PATCH 4/7] Fix links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 187f5b1c8e..3199199073 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KILT-node · [![Check Code](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![Publish Docs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) · [![Build Artifacts](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg)](https://github.com/KILTprotocol/kilt-node/tree/develop) +# KILT-node · [![Check Code](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml?query=branch%3Adevelop) · [![Publish Docs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml?query=branch%3Adevelop) · [![Build Artifacts](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg)](https://gitlab.com/kiltprotocol/kilt-node/-/pipelines?page=1&scope=all&ref=develop)

From 4cef6ce269a0626dcf5dc1ea357e23082ad9bfb4 Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Mon, 2 Sep 2024 14:57:01 +0200 Subject: [PATCH 5/7] Fix gitlab badge text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3199199073..88a18e0d33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KILT-node · [![Check Code](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml?query=branch%3Adevelop) · [![Publish Docs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml?query=branch%3Adevelop) · [![Build Artifacts](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg)](https://gitlab.com/kiltprotocol/kilt-node/-/pipelines?page=1&scope=all&ref=develop) +# KILT-node · [![Check Code](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml?query=branch%3Adevelop) · [![Publish Docs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml?query=branch%3Adevelop) · [![Build Artifacts](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg?key_text=Build+Artifacts)](https://gitlab.com/kiltprotocol/kilt-node/-/pipelines?page=1&scope=all&ref=develop)

From f4696e26104295e57eeedcc12717f4c45dd7e16f Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Mon, 2 Sep 2024 14:58:32 +0200 Subject: [PATCH 6/7] Adjust gitlab badge width --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88a18e0d33..b9b6d9b0a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KILT-node · [![Check Code](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml?query=branch%3Adevelop) · [![Publish Docs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml?query=branch%3Adevelop) · [![Build Artifacts](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg?key_text=Build+Artifacts)](https://gitlab.com/kiltprotocol/kilt-node/-/pipelines?page=1&scope=all&ref=develop) +# KILT-node · [![Check Code](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml?query=branch%3Adevelop) · [![Publish Docs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml?query=branch%3Adevelop) · [![Build Artifacts](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg?key_text=Build+Artifacts&key_width=130)](https://gitlab.com/kiltprotocol/kilt-node/-/pipelines?page=1&scope=all&ref=develop)

From 080263b6e1f5f2f7e7349a763ce3e7ff66f34276 Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Mon, 2 Sep 2024 14:58:55 +0200 Subject: [PATCH 7/7] Adjust gitlab badge width --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9b6d9b0a5..26d175e7c7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# KILT-node · [![Check Code](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml?query=branch%3Adevelop) · [![Publish Docs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml?query=branch%3Adevelop) · [![Build Artifacts](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg?key_text=Build+Artifacts&key_width=130)](https://gitlab.com/kiltprotocol/kilt-node/-/pipelines?page=1&scope=all&ref=develop) +# KILT-node · [![Check Code](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/check-code.yml?query=branch%3Adevelop) · [![Publish Docs](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml/badge.svg)](https://github.com/KILTprotocol/kilt-node/actions/workflows/publish-rustdocs.yml?query=branch%3Adevelop) · [![Build Artifacts](https://gitlab.com/kiltprotocol/kilt-node/badges/develop/pipeline.svg?key_text=Build+Artifacts&key_width=100)](https://gitlab.com/kiltprotocol/kilt-node/-/pipelines?page=1&scope=all&ref=develop)