post-commit 156 B

1234567
  1. #!/usr/bin/env bash
  2. set -e
  3. if [[ -f .git/hooks/post-commit.d/post-commit ]]; then
  4. .git/hooks/post-commit.d/post-commit
  5. fi
  6. tools/op.sh lint --fast
  7. echo ""