Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
update

update

k
  • Loading branch information
itsPronay committed Dec 26, 2024
1 parent 65076ab commit 99cecff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ After making changes in your local repository, you will need to commit them to y
If you are unfamiliar with the process of committing changes, please refer to the [Committing Your Changes](https://github.com/openMF/android-client/wiki/Committing-Your-Changes) guide.

### Squashing Your Commits
To ensure a clean and organized Git history, contributors are encouraged to squash their commits before merging. Instructions on how to squash commits can be found in the [Squashing Your Commits](https://github.com/openMF/mifos-mobile/wiki/Squashing-Your-Commits) guide.
To ensure a clean and organized Git history, contributors are encouraged to squash their commits before merging. Instructions on how to squash commits can be found in the [Squashing Your Commits](https://github.com/openMF/android-client/wiki/Squashing-Your-Commits) guide.

### Resolving Merge Conflicts
Occasionally, merge conflicts may arise when your pull request is being reviewed. These conflicts need to be resolved manually.
Expand Down
4 changes: 2 additions & 2 deletions ci-prepush.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ call :run_gradle_task "check -p build-logic"
call :run_gradle_task "spotlessApply --no-configuration-cache"
call :run_gradle_task "dependencyGuardBaseline"
call :run_gradle_task "detekt"
call :run_gradle_task "testDebug :lint:test :androidApp:lintRelease :lint:lint"
call :run_gradle_task "testDebug :lint:test :android-client:lintRelease :lint:lint"
call :run_gradle_task "build"
call :run_gradle_task "updateReleaseBadging"
call :run_gradle_task "updateProdReleaseBadging"

echo All checks and tests completed successfully.
exit /b 0
Expand Down
4 changes: 2 additions & 2 deletions ci-prepush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ tasks=(
"spotlessApply --no-configuration-cache"
"dependencyGuardBaseline"
"detekt"
"testDebug :lint:test :lint:lint :androidApp:lintRelease"
"testDebug :lint:test :lint:lint :android-client:lintRelease"
"build"
"updateReleaseBadging"
"updateProdReleaseBadging"
)

for task in "${tasks[@]}"; do
Expand Down

0 comments on commit 99cecff

Please sign in to comment.