pre-push.sh 178 B

12345678910111213
  1. #!/bin/sh
  2. #
  3. # DO NOT EDIT THIS FILE DIRECTLY
  4. #
  5. # It is automatically copied from https://github.com/pion/.goassets repository.
  6. #
  7. set -e
  8. .github/assert-contributors.sh
  9. exit 0