mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2025-12-31 09:09:52 -06:00
10 lines
202 B
Bash
Executable File
10 lines
202 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
echo "*******************************"
|
|
echo "Running git pre-commit hook"
|
|
echo "*******************************"
|
|
|
|
# Run Spotless
|
|
./gradlew spotlessApply
|
|
./gradlew spotlessKotlinApply
|