add code quality makefile action

This commit is contained in:
Simon Vieille 2022-08-21 16:20:05 +02:00 committed by Gitea
parent 0c304b06a0
commit 36388bd472

View file

@ -26,3 +26,8 @@ release: npm-build translations
translations:
php bin/generate_l10n.php
.ONESHELL:
run-code-quality-analysis:
export SONAR_TOKEN="$$SONAR_TOKEN_DEBLAN_SIDE_MENU"
sonar-scanner -Dsonar.projectKey=deblan-side_menu -Dsonar.sources=. -Dsonar.host.url=https://cq.gitnet.fr