diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-14 18:52:30 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-14 19:19:45 +0200 |
commit | 13cb870b9aded55ce96369f725622743b392de8e (patch) | |
tree | 67c430944395a9636919c2f639b61bbc58e3c43d /.github/workflows | |
parent | a5903e80208856bf163ad3d356037c2f3785003d (diff) | |
download | weechat-13cb870b9aded55ce96369f725622743b392de8e.zip |
core: add generator and Python stub file for WeeChat API (issue #1377)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5f8c5083..160352c56 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,7 @@ jobs: - name: Check Python scripts run: | pylint --additional-builtins=_ doc/docgen.py + pylint doc/python_stub.py pylint tests/scripts/python/testapigen.py pylint tests/scripts/python/testapi.py pylint tests/scripts/python/unparse.py |