Added pre-commit hook to run lint and check formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-04-10 05:29:09 +02:00
parent 8cfb346ca5
commit 65f76904dd
2 changed files with 20 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# automation_rs
Custom home automation solution with google-home intergration
## Development
Make sure to setup git hooks by running
```sh
git config --local core.hooksPath .git-hooks/
```