diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 8432c3abd9..fb555b9020 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -24,7 +24,7 @@ jobs: - name: Run pre-commit ©️ run: | - pre-commit run --all-files + pre-commit run --show-diff-on-failure --color=always --all-files - name: Generate the git-diff 🚒 if: failure()