- replace invalid qa flags with core go qa full\n- add versioned hook entry for consistent behavior
4 lines
66 B
Bash
Executable file
4 lines
66 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
exec core go qa full --fix
|