diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a2addaf4..1f44ed59b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: 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 + run: ./doc/python_stub.py | diff src/plugins/python/weechat.pyi - - name: Build and run tests env: