aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorumarcor <unai.martinezcorral@ehu.eus>2021-09-02 13:51:42 +0200
committerumarcor <unai.martinezcorral@ehu.eus>2021-09-02 13:51:42 +0200
commitc6945eadb8062dc8ff77f66d58974b45abae3563 (patch)
treefc7c780e8f08c611f252289874f91873059de128 /.github/workflows
parent8944c043c268c4afad097e02cbe97c8f3f479ac6 (diff)
downloadghdl-c6945eadb8062dc8ff77f66d58974b45abae3563.tar.gz
ghdl-c6945eadb8062dc8ff77f66d58974b45abae3563.tar.bz2
ghdl-c6945eadb8062dc8ff77f66d58974b45abae3563.zip
ci: update comment about regenerating Python bindings
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/Test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml
index d3db342d0..3df2dba67 100644
--- a/.github/workflows/Test.yml
+++ b/.github/workflows/Test.yml
@@ -100,7 +100,7 @@ jobs:
- name: '🚦 Check if Python bindings changed'
run: |
git diff --stat
- echo "Binding can be updated with: make -C src/vhdl"
+ echo "NOTE: Bindings can be updated by executing ./scripts/update_py_bindings.sh (see previous step)"
git diff --exit-code
- name: '🚦 Check if python follows code formatting standards'