mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
424 B
424 B
Development code quality
The .github/workflows/updater.sh
script needs to be synced with changes in conf/config.yaml
therefore a pre-commit
hook is used to display a reminder to update .github/workflows/updater.sh
(if needed) when conf/config.yaml
has been modified.
Please enable Git hooks using following command to ensure code quality and stability.
git config --local core.hooksPath .githooks