From 3e07be08a192c3d979a61afbd7e3dd9eb787f735 Mon Sep 17 00:00:00 2001 From: Jacob Domagala Date: Thu, 3 Feb 2022 01:24:01 +0100 Subject: [PATCH] [#26]: Use verbose output for code_quality.yml --- .github/workflows/code_quality.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index c00d09e4..d537307d 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -17,5 +17,6 @@ jobs: with: exclude_dir: dependencies apt_pckgs: xorg-dev + verbose: true cppcheck_args: | --enable=all --suppress=functionStatic --suppress=unusedFunction --inline-suppr --inconclusive \ No newline at end of file