Skip to content

Commit c65320c

Browse files
CI: Ecriture du résultat pylint dans workflow qualite code
- Ecriture du resultat de pylint dans le workflow
1 parent 356675d commit c65320c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/qualite.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
2626
- name: Analyse avec Pylint (note >= 9.0 requise)
2727
run: |
28+
pylint app
2829
SCORE=$(pylint app | grep "Your code has been rated at" | awk '{print $7}' | cut -d"/" -f1)
2930
echo "Le score du code dans le dossier app est de $SCORE"
3031
SCORE_VALIDE=$(echo "$SCORE >= 9.0" | bc)

0 commit comments

Comments
 (0)