Philipp Hörist pushed to branch master at gajim / gajim
Commits: e0015d57 by lovetox at 2021-12-19T11:37:10+01:00 Update .gajim-ci.yml - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -5,6 +5,17 @@ include: ref: master file: '.gajim-ci.yml' +pyright: + stage: test + script: + - pip3 install -I git+https://dev.gajim.org/gajim/gi-stubs.git + - sudo npm install pyright + - python3 -V + - pyright --version + - pyright + interruptible: true + allow_failure: false + variables: NBXMPP_BRANCH: master PLUGINS_BRANCH: master View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/e0015d575721f1193362d43113cd7d9d38eba78f -- View it on GitLab: https://dev.gajim.org/gajim/gajim/-/commit/e0015d575721f1193362d43113cd7d9d38eba78f You're receiving this email because of your account on dev.gajim.org.
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
