diff options
Diffstat (limited to '.github/workflows/Test.yml')
-rw-r--r-- | .github/workflows/Test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index fe2f576af..d3db342d0 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -100,6 +100,7 @@ jobs: - name: '🚦 Check if Python bindings changed' run: | git diff --stat + echo "Binding can be updated with: make -C src/vhdl" git diff --exit-code - name: '🚦 Check if python follows code formatting standards' |