From 009a2889e3fc1d00698177652a48ac358a346339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 16 Aug 2021 22:59:32 +0200 Subject: [PATCH] core: ensure python stub is up-to-date in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef448466f..3a2addaf4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}