Skip to content

Commit 72e7b30

Browse files
committed
feat(workflow): Fixes #2 - Ajout github actions pour workflow
1 parent 824b575 commit 72e7b30

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/branch-name.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
echo " - release/x.y.z"
2727
echo "Exemple : feature/123-login-page"
2828
exit 1
29+
fi

.github/workflows/ticket.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
echo " - Ajouter #<numéro> dans le titre de la PR"
2727
echo " - Ou inclure le numéro de l’issue dans le nom de la branche (ex: feature/123-login-page)"
2828
exit 1
29+
fi

0 commit comments

Comments
 (0)