File: pre-push

package info (click to toggle)
golang-github-go-ldap-ldap 3.4.9-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 928 kB
  • sloc: makefile: 68
file content (6 lines) | stat: -rwxr-xr-x 136 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
#!/usr/bin/env bash

# install from the root of the repo with:
#   ln -s ../../.githooks/pre-push .git/hooks/pre-push

make vet fmt lint