From 9927a1a457ffbecd5ff0e58ee4a23c3f9a9cbe8f Mon Sep 17 00:00:00 2001 From: Lukas Dullinger <129603980+itislu@users.noreply.github.com> Date: Thu, 25 Jul 2024 22:07:50 +0200 Subject: [PATCH] doc: Update badge color --- .github/workflows/lines_of_code.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lines_of_code.yaml b/.github/workflows/lines_of_code.yaml index 87ef707f..f22b0886 100644 --- a/.github/workflows/lines_of_code.yaml +++ b/.github/workflows/lines_of_code.yaml @@ -23,8 +23,8 @@ jobs: badge : ./doc/images/lines_of_code.svg patterns : '**/*.c|**/*.h|**/Makefile|**/*.mk|**/*.py|**/*.yaml|**/*.sh|**/*.y|**/*.bnf' badge_label: 'lines of code' - badge_color: purple - badge_style: flat + badge_color: 61A + badge_style: classic debug : true - name: Print the output