summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-05-14 18:52:30 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-05-14 19:19:45 +0200
commit13cb870b9aded55ce96369f725622743b392de8e (patch)
tree67c430944395a9636919c2f639b61bbc58e3c43d /.github/workflows
parenta5903e80208856bf163ad3d356037c2f3785003d (diff)
downloadweechat-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.yml1
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