Skip to content

Commit

Permalink
ci(scripts): Update scripts/ci/valid_commits.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurPV committed May 4, 2024
1 parent 719a06b commit a67eac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/valid_commits.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if [ $COMMITS_LEN -gt 0 ]
then
printf "%s\n" "$COMMITS" | while read -r commit
do
echo "${commit:0:72} ... OK"
./scripts/check_commit_msg.sh "$commit"
echo "${commit:0:72} ... OK"
done

echo "success: all commits seem well formatted."
Expand Down

0 comments on commit a67eac0

Please sign in to comment.