]> git.immae.eu Git - perso/Immae/Config/dotdrop.git/blob - dotfiles/git/config_files/git/templates_fretlink/hooks/pre-push
Validation initiale
[perso/Immae/Config/dotdrop.git] / dotfiles / git / config_files / git / templates_fretlink / hooks / pre-push
1 #!/usr/bin/env bash
2
3 set -e
4
5 echo "[+] Running the linter"
6 make lint
7
8 exit 0