From 45ce1eadf4e914f3761620ad48f2f8fd79c15234 Mon Sep 17 00:00:00 2001 From: MarioYellowy Date: Fri, 14 Aug 2026 12:29:19 -0600 Subject: [PATCH 1/2] poc(github-badges): Refactor showed badges --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 7f60a33..0f18320 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,10 @@ # ![image](https://github.com/RustLangES/RustLangES.github.io/assets/56278796/cc7009a2-a11b-4847-a561-fcc6807e1d98) - -

- -GitHub Workflow Status (with event) - -GitHub Workflow Status (with event) -

+
+ +[![ci](https://github.com/RustLangES/RustLangES.github.io/actions/workflows/clippy.yml/badge.svg)](https://github.com/RustLangES/RustLangES.github.io/actions/workflows/clippy.yml) [![deploy](https://github.com/RustLangES/RustLangES.github.io/actions/workflows/pages.yml/badge.svg)](https://github.com/RustLangES/RustLangES.github.io/actions/workflows/pages.yml) + +
> [!CAUTION] > Esta pagina no se publicará hasta que el nuevo diseño se encuentre listo From e165503996589b292452ae0491861681ecb5e42e Mon Sep 17 00:00:00 2001 From: MarioYellowy Date: Fri, 14 Aug 2026 12:32:00 -0600 Subject: [PATCH 2/2] fix(readme): Fix incongruency with task runner mention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f18320..80c917d 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ direnv allow > [!NOTE] > Necesitas fetch git submodules para clonar los assets externos para el desarrollo -Este proyecto usa `Makefile` para agilizar ciertos procesos y no tener que estar escribiendo comandos manualmente. +Este proyecto usa `cargo make` para agilizar ciertos procesos y no tener que estar escribiendo comandos manualmente. Con estos comandos podrá empezar a desarrollar