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

core: reverse diff arguments in CI

This commit is contained in:
Sébastien Helleu
2021-11-06 15:59:28 +01:00
parent 2da2172593
commit 2081fa54af
+1 -1
View File
@@ -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: