mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#! /bin/bash
|
|
# copy to .git/hooks/pre-commit and ensure it is executable
|
|
|
|
exec bin/lint-staged
|