diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0c8a05bd67..91d2c50da5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -37,6 +37,12 @@ jobs:
- name: Run eslint
run: npx ng lint
+ - name: Run stylelint
+ run: npx stylelint "src/**/*.scss"
+
+ - name: Run prettier
+ run: npx prettier . --check
+
- name: Run build
run: npm run build:prod
diff --git a/README.md b/README.md
index a66bf99c58..7231116009 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Mifos X Web App ![build](https://github.com/openMF/web-app/actions/workflows/build.yml/badge.svg) [Slack](https://app.slack.com/client/T0F5GHE8Y/CJJGJLN10)
+# Mifos X Web App ![build](https://github.com/openMF/web-app/actions/workflows/build.yml/badge.svg) [Slack](https://app.slack.com/client/T0F5GHE8Y/CJJGJLN10)
Mifos X Web App is the revamped version of the Mifos X Community App, an effective financial inclusion solution and the default web application built on top of the Mifos X platform for the Mifos User Community.
@@ -16,7 +16,7 @@ The latest code is continuously deployed at https://openmf.github.io/web-app/ wh
[`nodeJs`](https://nodejs.org/en/download/)
-3. Install [angular-cli](https://github.com/angular/angular-cli) globally.
+2. Install [angular-cli](https://github.com/angular/angular-cli) globally.
```
npm install -g @angular/cli@16.0.2
diff --git a/docker-compose.yml b/docker-compose.yml
index ec8553398e..fc3e14a8fd 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -24,4 +24,3 @@ services:
- MIFOS_SUPPORTED_LANGUAGES=cs-CS,de-DE,en-US,es-MX,fr-FR,it-IT,ko-KO,lt-LT,lv-LV,ne-NE,pt-PT,sw-SW
- MIFOS_SESSION_IDLE_TIMEOUT=300000
- MIFOS_OAUTH_SERVER_ENABLED=false
-
\ No newline at end of file
diff --git a/src/app/loans/loans-view/loan-account-actions/add-interest-pause/add-interest-pause.component.html b/src/app/loans/loans-view/loan-account-actions/add-interest-pause/add-interest-pause.component.html
index 5fcbc771e9..1bec0af779 100644
--- a/src/app/loans/loans-view/loan-account-actions/add-interest-pause/add-interest-pause.component.html
+++ b/src/app/loans/loans-view/loan-account-actions/add-interest-pause/add-interest-pause.component.html
@@ -1,47 +1,60 @@