mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
10 lines
No EOL
489 B
Markdown
10 lines
No EOL
489 B
Markdown
## Development code quality
|
|
|
|
Le script `.github/workflows/updater.sh` doit être synchronisé avec les changements dans `conf/config.yaml`,
|
|
donc un hook `pre-commit` est utilisé pour afficher un rappel pour mettre à jour
|
|
`.github/workflows/updater.sh` (si nécessaire) lorsque `conf/config.yaml` a été modifié.
|
|
|
|
Veuillez activer les hooks Git en utilisant la commande suivante pour assurer la qualité et la stabilité du code.
|
|
``` bash
|
|
git config --local core.hooksPath .githooks
|
|
``` |