aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-08-31 20:26:22 +0200
committerTristan Gingold <tgingold@free.fr>2021-08-31 20:26:22 +0200
commit4fdd39143323b27e2c600947964e866e257742a8 (patch)
treeebbd63aa791158db390adf6daa79296156cf7e2c /.github/workflows
parent0129b31a35070a719b2e616b83eadff06c284d12 (diff)
downloadghdl-4fdd39143323b27e2c600947964e866e257742a8.tar.gz
ghdl-4fdd39143323b27e2c600947964e866e257742a8.tar.bz2
ghdl-4fdd39143323b27e2c600947964e866e257742a8.zip
Test.yml: explain how to regenerate the python binding
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/Test.yml1
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'