mirror of
https://github.com/pion/webrtc.git
synced 2025-10-05 07:06:51 +08:00

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.
5 lines
62 B
Bash
Executable File
5 lines
62 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
.github/lint-commit-message.sh $1
|