Skip to content

Commit

Permalink
Merge pull request #248 from JordyHers-org/chore-add-apk-to-rreadme-file
Browse files Browse the repository at this point in the history
Chore add apk to rreadme file
  • Loading branch information
JordyHers authored Jul 17, 2024
2 parents d029174 + 38e1e7f commit db16b15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
branch_name="${{ github.event.pull_request.head.ref }}"
regex="^(feature|bugfix|hotfix|chore|merge|MERGE)\/[a-zA-Z0-9\-]+$"
if [[ ! $branch_name =~ $regex && "$branch_name" != "master" && "$branch_name" != "dev" ]]; then
if [[ ! $branch_name =~ $regex && "$branch_name" != "master" && "$branch_name" != "dev" && ! "$branch_name" =~ ^dependabot/ ]]; then
echo "error: Branch name does not follow naming convention"
echo "Please follow the correct format: <category>/<description-in-kebab-case>"
echo "Example: feature/sc-3000-create-new-button-component or chore/my-feature"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@
[![Deploy Master](https://github.com/JordyHers/Times-up-flutter/actions/workflows/deploy-master.yml/badge.svg)](https://github.com/JordyHers/Times-up-flutter/actions/workflows/deploy-master.yml)
[![PR Review](https://github.com/JordyHers/Times-up-flutter/actions/workflows/review.yml/badge.svg)](https://github.com/JordyHers/Times-up-flutter/actions/workflows/review.yml)


------------------------------
<h1 align="center">

<a href="https://drive.google.com/file/d/1XaD_DigAl_7SjKK9EzcKBEWNXd2cdakl/view?usp=sharing">⬇️ DOWNLOAD APK ⬇️</a>
</h1>

------------------------------
## NEW FEATURES 🚀 v2.0.0

Time's Up is a mobile application developed using `flutter` to monitor the time kids
Expand Down

0 comments on commit db16b15

Please sign in to comment.