]> git.immae.eu Git - perso/Immae/Config/dotdrop.git/blame - 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
CommitLineData
1950387f
IB
1#!/usr/bin/env bash
2
3set -e
4
5echo "[+] Running the linter"
6make lint
7
8exit 0