Run linter on commit instead of push (#5340)

Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
Hadrien Croubois
2024-12-06 09:49:07 +01:00
committed by GitHub
parent 063fbb3a1f
commit 8829465a08
5 changed files with 705 additions and 19 deletions

View File

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
if git status &>/dev/null; then git config core.hooksPath .githooks; fi