From 4fdd39143323b27e2c600947964e866e257742a8 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 31 Aug 2021 20:26:22 +0200 Subject: Test.yml: explain how to regenerate the python binding --- .github/workflows/Test.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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' -- cgit v1.2.3