mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-17 03:04:47 -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
|