added how to run linter in readme

This commit is contained in:
Lorenz Hohermuth 2025-03-25 13:19:26 +01:00
parent d88bb72378
commit 3af4543949
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Breeze
My Mobile App for the Uek 335
## Linter
Start:
``` bash
./gradlew ktlintCheck
```