From 1b40221a5367fa4923bd3edbf0a49158d75d758b Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 4 Mar 2024 09:44:57 +0200 Subject: [PATCH] Testing CI --- data/en/sections/about.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/en/sections/about.toml b/data/en/sections/about.toml index 8737f77..f1fdbac 100644 --- a/data/en/sections/about.toml +++ b/data/en/sections/about.toml @@ -72,3 +72,9 @@ type = "soft-skill-indicator" name = "Planning" percentage = 90 color = "pink" + +[[badges]] +type = "soft-skill-indicator" +name = "Continuous Integration" +percentage = 30 +color = "red"