1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

doc: move script doc/python_stub.py to tools/generate_python_stub.py

This commit is contained in:
Sébastien Helleu
2024-03-04 18:46:41 +01:00
parent 361d55d9d7
commit 014dc845e8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ jobs:
run: ./tools/check_scripts.sh
- name: Check Python stub file
run: ./doc/python_stub.py | diff src/plugins/python/weechat.pyi -
run: ./tools/generate_python_stub.py | diff src/plugins/python/weechat.pyi -
- name: Check Curl symbols
run: curl --silent --show-error --fail --retry 10 https://raw.githubusercontent.com/curl/curl/master/docs/libcurl/symbols-in-versions | ./tools/check_curl_symbols.py