diff --git a/.github/workflows/check-code-quality.yml b/.github/workflows/check-code-quality.yml index 6ecb950..aa960c5 100644 --- a/.github/workflows/check-code-quality.yml +++ b/.github/workflows/check-code-quality.yml @@ -75,6 +75,7 @@ jobs: if [[ `git status --porcelain --untracked-files=no` ]]; then echo "Formatting not correct! See below the files which need to be reformatted!" git status --porcelain --untracked-files=no + git diff exit 1 fi