From 4ab72fde3bae8372a4be773b48df45d08bf201d9 Mon Sep 17 00:00:00 2001 From: eine Date: Sat, 6 Feb 2021 10:02:52 +0100 Subject: ci/pyGHDL: fix git diff check --- .github/workflows/Test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 8848d0f0a..80da70801 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -95,7 +95,9 @@ jobs: run: ./scripts/update_py_bindings.sh - name: Check if Python bindings changed - run: git diff --quiet || git status + run: | + git diff --stat + git diff --exit-code # - run: python -m pip install black # -- cgit v1.2.3