1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: ensure python stub is up-to-date in CI

This commit is contained in:
Sébastien Helleu
2021-08-16 22:59:32 +02:00
parent 86e3c672bb
commit 009a2889e3
+3
View File
@@ -50,6 +50,9 @@ jobs:
bandit doc/docgen.py doc/python_stub.py
bandit tests/scripts/python/testapigen.py tests/scripts/python/testapi.py tests/scripts/python/unparse.py
- name: Check Python stub file
run: ./doc/python_stub.py | diff - src/plugins/python/weechat.pyi
- name: Build and run tests
env:
CC: ${{ matrix.config.cc }}