Philipp Hörist pushed to branch master at gajim / gajim


Commits:
01701050 by Philipp Hörist at 2022-12-28T18:16:02+01:00
chore: Update .gitignore

- - - - -
ceb4a10a by Philipp Hörist at 2022-12-28T18:16:43+01:00
ci: Fix invoking pyright

- - - - -


2 changed files:

- .gitignore
- .gitlab-ci.yml


Changes:

=====================================
.gitignore
=====================================
@@ -27,6 +27,7 @@ gajim.egg-info/
 win/_build_root
 venv/
 .venv/
+node_modules/
 
 # IDE files
 


=====================================
.gitlab-ci.yml
=====================================
@@ -29,8 +29,8 @@ test-pyright:
     - PYGOBJECT_STUB_CONFIG=Gtk3,Gdk3 pip3 install 
git+https://github.com/pygobject/pygobject-stubs.git
     - npm install pyright
     - python3 .ci/link-gtk.py
-    - $(npm bin)/pyright --version
-    - $(npm bin)/pyright
+    - node_modules/.bin/pyright --version
+    - node_modules/.bin/pyright
   interruptible: true
 
 test-ruff:



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/100476419f286208a3c84bf1e62dd1bc3b337db4...ceb4a10aee0efb3624a11b528dd2c556bc9a0ffc

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/compare/100476419f286208a3c84bf1e62dd1bc3b337db4...ceb4a10aee0efb3624a11b528dd2c556bc9a0ffc
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to