chore(githooks): fix pre-commit QA
- replace invalid qa flags with core go qa full\n- add versioned hook entry for consistent behavior
This commit is contained in:
parent
2a8963ffdf
commit
23d9c4da19
1 changed files with 4 additions and 0 deletions
4
.githooks/pre-commit
Executable file
4
.githooks/pre-commit
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
exec core go qa full --fix
|
||||
Loading…
Add table
Reference in a new issue