Files
webrtc/.github/hooks/commit-msg.sh
Max Hawkins 2bb876a40d Run lint scripts in git hooks
You can install the git hooks by running ./.github/install-hooks.sh.
Afterward the linters will be run before every commit and push so
you can catch violations before the CI does.
2018-12-04 17:13:22 -08:00

5 lines
62 B
Bash
Executable File

#!/usr/bin/env bash
set -e
.github/lint-commit-message.sh $1