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


Commits:
0bdce8ac by Philipp Hörist at 2022-12-13T19:40:15+01:00
other: Scripts: Execute pyright last in pre-push-tests

It takes the most time, so execute it last

- - - - -


1 changed file:

- scripts/pre-push-tests.sh


Changes:

=====================================
scripts/pre-push-tests.sh
=====================================
@@ -6,10 +6,13 @@ set -e
 GREEN='\033[0;32m'
 
 
-pyright
-echo "${GREEN}pyright: \t OK"
 ruff .
 echo "${GREEN}ruff: \t\t OK"
+
 codespell gajim
 echo "${GREEN}codespell: \t OK"
+
+pyright
+echo "${GREEN}pyright: \t OK"
+
 echo "${GREEN}ready to push"



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0bdce8acbd60c56b358328f68a45f3a2d7e4502e

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/0bdce8acbd60c56b358328f68a45f3a2d7e4502e
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